petercunha / Pine

:evergreen_tree: Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
MIT License
441 stars 76 forks source link

Can can I retrain this for another game? #26

Open Whorrnado opened 4 years ago

Whorrnado commented 4 years ago

I have a huge data set of pictures and the weights from another YOLOV3 aimbot but when I try to replace the ones in here the python script gets a ton of errors.

bplayabball commented 4 years ago

Hello, same question here.

I've actually started doing my own yolov3 dataset. When I imported my data set, FPS drops significantly. Right now I can get to about 10 FPS. Thoughts?

nigelhiggs commented 4 years ago

Hello, same question here.

I've actually started doing my own yolov3 dataset. When I imported my data set, FPS drops significantly. Right now I can get to about 10 FPS. Thoughts?

The reason your getting slower fps (and probably errors) is because your using the larger yolov3 model, when you check what model they are using its the yolov3-mini which is tinny and faster.