Closed mheriyanto closed 3 years ago
would you mind post your cfg file
would you mind post your cfg file
Okay @kikirizki, this is yolov3-tiny.cfg.
Is there any update here?
I closed this issue because this is duplicate issue with https://github.com/Zhongdao/Towards-Realtime-MOT/issues/32
I got error when using yolov3-tiny.conv.15 (https://pjreddie.com/media/files/yolov3-tiny.conv.15) and yolov3-tiny.cfg (https://github.com/pjreddie/darknet/blob/master/cfg/yolov3-tiny.cfg) likes below:
Actually, I modified yolov3-tiny.cfg with adding
embedding_dim=512
in iine 10 and change anchors toanchors = 14,10, 27,23, 58,37, 82,81, 169,135, 319,344
in line 135 and 177.Are there any suggestions? Thanks.