thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Python script to Train and get predict the json file. #998

Open prabhu-vinayaka opened 5 years ago

prabhu-vinayaka commented 5 years ago

Hi. Could someone help me to write a python script to train the model and also to predict the json file.

Thank you.