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

what are the parameters in the [region] section? #1121

Open skywo1f opened 4 years ago

skywo1f commented 4 years ago

anchors = 0.57273, 0.677385, 1.87446, 2.06253, 3.33843, 5.47434, 7.88282, 3.52778, 9.77052, 9.16828 I am guessing anchors are the aspect ratios of the anchor boxes? bias_match=1 ? classes=1 number of classes to look for coords=4 ? num=5 ? softmax=1 ? jitter=.2 ? rescore=0 ? object_scale=5 ? noobject_scale=1 ? class_scale=1 ? coord_scale=1 ? absolute=1 ? thresh = .6 default threshold when inferencing? random=1 ?

JesusRH97 commented 3 years ago

Hey. Great question. Did you come up with the solution??