chaoyu1999 / FPSAutomaticAiming

基于yolov5的FPS游戏AI。
Apache License 2.0
470 stars 134 forks source link

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

Open asd101011 opened 2 years ago

asd101011 commented 2 years ago
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