You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: