CSGO-Aimbot-CNN
CSGO-Aimbot-CNN copied to clipboard
A bit problem
Hi, there, I noticed that in main.py we used the cv2.dnn. It seems we are using DNN, why this project is titled CNN in readme.md
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. Although it's not very "deep". CNN stands for Convolution Neural Network which is very useful for image processing among a lot of other things And it's a type of DNN.