An open API service indexing awesome lists of open source software.

https://github.com/erfanzar/cnn-custom-object-detection

a custom object detection with cnn and residual blocks and ready to train with at least 100 classes
https://github.com/erfanzar/cnn-custom-object-detection

artificial-intelligence artificial-intelligence-algorithms artificial-neural-networks deep-learning deep-neural-networks deeplearning-ai object-detection python

Last synced: 4 months ago
JSON representation

a custom object detection with cnn and residual blocks and ready to train with at least 100 classes

Awesome Lists containing this project

README

        

# CNN-Custom-Object-Detection
a custom object detection with cnn and rasialblocks and ready to train with at least 100 classes

Run :

python Main.py

layers :
created with 3 sort of layers you can check in Layers.py
and reading configs form config.py

config :
config of layers with the size of each neuron or layer type or mode


you can read the model layers in the layers.txt

run for detect :

python opencv_test.py --weights ($ONNX File ) --source (video from anywhere or web cam (0)) --size 640