ofeksadlo
ofeksadlo
No problem and PyCharm is just an IDE. I personally prefer Visual Studio Code.
> Update: > > I just cloned the repo on my laptop and set up the environment and it works there. I'm not sure what is interfering with the operation...
Glad to hear it. But I've currently stopped developing this project. But you can continue. Here are all the dataset I've created: [https://drive.google.com/file/d/1MEYhHxJc46gEap0y558SmhygIzCfdXJa](https://drive.google.com/file/d/1MEYhHxJc46gEap0y558SmhygIzCfdXJa) feel free to expand it.
It's the region where the player is. In yolov3 the format is: [class] [x_center] [y_center] [width] [height] Box coordinates must be in normalized xywh format (from 0 - 1). If...
You can't use the model I gave here it's trained for cs:go player skins. You can train another yolov3-tiny model for your own needs. It's not an easy process and...
Sorry for the delay. DNN stands for Deep Neural Networks it's a branch of Machine Learning. Any neural network with more than 3 layers can count as Deep Neural Network....
Given the fact faceit uses client anti-cheat I would say don't even try bothering. It should pick up on this home made cheat quite quickly. After all there strong methods...
Don't cheat buddy this is more a proof of concept kind of a cheat. And you need some strong hardware to use this efficiently anyway. Cheating never ends well you'll...
Does your csgo in fullscreen windowed?
I never saw this exception but I did notice you're using python 3.8. There is no support for directml-tensorflow for python 3.8. So you should have gotten exception for that...