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

convert weights #34

Open
markvex opened this issue May 10, 2018 · 0 comments
Open

convert weights #34

markvex opened this issue May 10, 2018 · 0 comments

Comments

@markvex
Copy link

markvex commented May 10, 2018

Hey,

  1. in create_yolo_prototxt.py in case of convolution layer , in case of activation = leaky , the implementation in darknet is x>0 ? x : 0.1 * x, so this means that in the prototxt in Relu layer should be also negative_slope: 0.1, or am i missing something?
    2)after converting yolov1-tiny.cfg to prototxt and the tiny-yolov1.weights into caffe model weights when i run the yolo_main.py - i am getting very different results from the original darknet. i read the darknet implementation and the create_yolo_caffemodel.py and the caffe implementation and everything looks ok, what am i missing?

thank you

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

1 participant