Franklin-Zhang0 / Yolo-v8-Apex-Aim-assist

95 stars 20 forks source link

Hello, I started your project, but the target acquisition does not occur #1

Open Obi-Wa opened 1 year ago

Franklin-Zhang0 commented 1 year ago

If you're using it in apex, it's probably because the default detect model is "yolov8n.pt", which is for general human shaped enemy.(You can always change default settings in args.py). I have also just trained a new model for apex, whose name is "apex_total_8n_350_1000.pt" and set it as default in the latest commit, you can pull it, or download the zip to get the newest commit. Since I just started this project, there might be plenty of bugs and unexpected situations, but I'll keep uppdating until it reaches most of the expectations.

Obi-Wa commented 1 year ago

I downloaded the project. I press the right mouse button and there is no effect of binding to the target

Franklin-Zhang0 commented 1 year ago

May I see you console since I have no idea what cause it?