duangenquan / YoloV2NCS

This project shows how to run tiny yolo v2 with movidius stick.
148 stars 63 forks source link

Duplication layer Error #28

Open danishnazir opened 6 years ago

danishnazir commented 6 years ago

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

pavloblindnology commented 5 years ago

Change line https://github.com/duangenquan/YoloV2NCS/blob/4cc2c8d5819fe81bba9022b96026e329e9defe99/python/create_yolo_prototxt.py#L244

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

angyee commented 4 years ago

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