ofeksadlo / CSGO-Aimbot-CNN

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

Custom object detector #12

Closed dinosaurtirex closed 3 years ago

dinosaurtirex commented 3 years ago

Hello! Can you please explain how do you build your custom neural network with object detection? I want to made it by myself, but all i found in internet its guides with TF object detection api. Can you pless tell some guides/resources where i can find some info about how to make it by myself, like in jupyter notebook, you know like ordinary models a.k.a catboost / keras models / unet and etc... without this tf object detection api. i want to build custom model by myself and change the layers, inputs and other stuff in educational purposes and your neural network build without this apis.. i hope you you give some information. thank you in advance

ofeksadlo commented 3 years ago

This will help you get started: https://www.youtube.com/playlist?list=PLMoSUbG1Q_r8nz4C5Yvd17KaXy8p0ufPH

KingMisha commented 3 years ago

Would this help in making it capable to work on other games?

dinosaurtirex commented 3 years ago

This will help you get started: https://www.youtube.com/playlist?list=PLMoSUbG1Q_r8nz4C5Yvd17KaXy8p0ufPH

thank you so much 😊