chaoyu1999/FPSAutomaticAiming

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

asd101011 opened this issue · 0 comments

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