ofeksadlo / CSGO-Aimbot-CNN

CS:GO Aimbot based on convolutional neural networks.
96 stars 26 forks source link

A bit problem #23

Open ghLcd9dG opened 2 years ago

ghLcd9dG commented 2 years ago

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

ofeksadlo commented 2 years ago

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.