Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplication layer Error #28

Open
danishnazir opened this issue Aug 30, 2018 · 2 comments
Open

Duplication layer Error #28

danishnazir opened this issue Aug 30, 2018 · 2 comments

Comments

@danishnazir
Copy link

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
Copy link

Change line

parser = ConfigParser(dict_type=uniqdict)

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

@angyee
Copy link

angyee commented Mar 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants