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
Which file or function to tweak the validation ? #864
Open
prateethvnayak opened 6 years ago
Is the src files still the detector.c that I need to change for tweaking the model validation process ?
or is there a py covnerted file of the original src detector.c from the darknet repo of AlexyAB ?
Thanks