Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解压后运行Main 报错 之前也跑过YOLO模型 我看了这个文件夹的东西都在啊 #8

Open
asd101011 opened this issue Oct 28, 2021 · 0 comments

Comments

@asd101011
Copy link

from utils.datasets import letterbox

ModuleNotFoundError: No module named 'utils.datasets'
FPSAutomaticAiming-main\utils\datasets.py 有这个文件啊
找到文件运行报错
from utils.general import check_requirements, xyxy2xywh, xywh2xyxy, xywhn2xyxy, xyn2xy, segment2box, segments2boxes,
ModuleNotFoundError: No module named 'utils.general'
然后我运行 'utils.general' 报错
from utils.google_utils import gsutil_getsize
ModuleNotFoundError: No module named 'utils.google_utils'
然后运行 'utils.google_utils' 正常了
进程已结束,退出代码为 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant