Closed Daemon7895 closed 3 years ago
have you installed all the dependencies? And have you followed all the instructions? If both are a "Yes". Then try to use Python 3.7.7 That's the environment I used.
I did yes I installed python 3.7.7, installed all depedencies, I got all the correct versions.
Le mer. 27 oct. 2021 à 10:28, ofeksadlo @.***> a écrit :
have you installed all the dependencies https://github.com/ofeksadlo/CSGO-Aimbot-CNN/blob/main/requirements.txt? And have you followed all the instructions https://github.com/ofeksadlo/CSGO-Aimbot-CNN#how-to-make-it-work? If both are a "Yes". Then try to use Python 3.7.7 https://www.python.org/ftp/python/3.7.7/python-3.7.7-amd64.exe That's the environment I used.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ofeksadlo/CSGO-Aimbot-CNN/issues/14#issuecomment-952665459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQU3YYLK7AFPMV3C7IE6LQDUI7A5BANCNFSM5GYLP7BA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I tested it on another pc and I got the same error, perhaps it's the depedencies versions
You didn't mention that in the requirements.txt
Ok, so I made it work. The actual depedencies versions aren't compatible with your code So I just downgraded them :
By the way, is there a way to train the AI, cause it's very hard to detect a terrorist
Ok, so I made it work. The actual depedencies versions aren't compatible with your code So I just downgraded them :
- pip install pywin32==228
- pip install opencv-contrib-python==4.4.0.42
- pip install pynput==1.7.1
- pip install numpy==1.16.0
- pip install PyAutoGUI==0.9.50
- pip install pygame==2.0.0.dev10
- pip install mss==6.0.0
- pip install keyboard==0.13.5
- pip install mouse==0.7.1
- pip install tensorflow-directml==1.15.3.dev200626
By the way, is there a way to train the AI, cause it's very hard to detect a terrorist
Great! I will update the requirements.
And for your question It doesn't suprise me it doesn't work well. The dataset I've created doesn't include the new ct / t models. But Yes you can train the model yourself Here is the dataset I've collected: https://drive.google.com/file/d/1MEYhHxJc46gEap0y558SmhygIzCfdXJa You can expand it.
OK thank you, I will try to train the model to detect the new ct and t heads
By the way, I found a great bank of datas for csgo lol 3d.cs.money, here you can visualise all agents, weapons etc... on differents backgrounds and distances, luminosity, and rotations
Just a last question, how to train the AI with your code ?. Cause I got a lot of datas, but I'm a "beginner" in this domain, so if you could enlighten me.
Just a last question, how to train the AI with your code ?. Cause I got a lot of datas, but I'm a "beginner" in this domain, so if you could enlighten me.
It's a yolov4-tiny model I trained and inferced. Just google "how to train yolov4 model" You'll find a lot of tutorials.
Hello, I'm an IT Student, and I'm actually really interesting in all machine learning things, I found your repository and I was so hyped so I wanted to try it out but I got 2 errors that I cannot resolve. Can you help me pls ?