duangenquan/YoloV2NCS

Duplication layer Error

danishnazir opened this issue · 2 comments

Hi there i wanted to convert tiny yolo cfg to yolo prototxt but i am getting this error.
configparser.DuplicateOptionError: While reading from 'tiny-yolo-azface-fddb.cfg' [line 44]: option 'batch_normalize' in section 'convolutional' already exists

Change line

parser = ConfigParser(dict_type=uniqdict)

to parser = ConfigParser(dict_type=uniqdict, strict=False)

I am trying to convert yolov3_spp to caffemodel. please help using https://github.com/hojel/caffe-yolo-model this repo I am trying but

getting error

$ sudo python3 create_yolo_prototxt.py yolov3-spp.cfg yolov3-spp.prototxt
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:shortcut layer is not supported
ERROR:root:route layer is not supported
ERROR:root:route layer is not supported
ERROR:root:route layer is not supported
ERROR:root:yolo layer is not supported
ERROR:root:route layer is not supported
ERROR:root:upsample layer is not supported
ERROR:root:route layer is not supported
ERROR:root:yolo layer is not supported
ERROR:root:route layer is not supported
ERROR:root:upsample layer is not supported
ERROR:root:route layer is not supported
ERROR:root:yolo layer is not supported