NTUYWANG103 / APEX_AIMBOT

This is a YOLOV7 based APEX and CSGO Aimbot
GNU General Public License v3.0
583 stars 98 forks source link

I'm trying to annotate the dataset with the current model and I'm having a problem. #144

Open 2476818641 opened 2 months ago

2476818641 commented 2 months ago

C:\Users\admin\OneDrive\桌面\AI\APEX_AIMBOT-master>python` utils/anno_imgs.py --data_dir data\train\images --engine_path weights\best_apex.trt Traceback (most recent call last): File "C:\Users\admin\OneDrive\桌面\AI\APEX_AIMBOT-master\utils\anno_imgs.py", line 2, in from InferenceEngine import screen_shot_init, get_screen_shot, BaseEngine ImportError: cannot import name 'screen_shot_init' from 'InferenceEngine' (C:\Users\admin\OneDrive\桌面\AI\APEX_AIMBOT-master\utils\InferenceEngine.py)

And I would like to know the parameters you used to train the model (.pt)

Hiko-BY commented 2 months ago

I also want to know