https://join.slack.com/t/pestdetection/shared_invite/zt-jrnfw1md-KT7tyKC1xUC7W7t0Co7FZQ
Pest Detection using Deep Learning and Tensorflow from scratch.
Easy way: run pest_detection.ipynb Colab Notebook.
To retrain the weigth you can use pest_detection_weight.ipynb Colab Notebook.
Download Training Dataset from given Link
https://drive.google.com/file/d/1H1pf_NghWOKALC97_GpumriOSwt3xsTI/view?usp=sharing
Test Dataset is in Pest_val.zip
- Convert the annotations and images from the train dataset into tfrecord.
- Upload labelmap.pbtx file in colab.
Requirements:
- frozen_inference_graph.pb Frozen TensorFlow object detection model downloaded from Colab after training.
- label_map.pbtxt File used to map correct name for predicted class index downloaded from Colab after training.
- Put all the input image file in
test/input/
. - Run pest_detection.ipynb Colab Notebook.
- All the outputs images will be stored in
test/output/
.