-
Notifications
You must be signed in to change notification settings - Fork 128
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
How to convert the weights to caffemodel #19
Comments
@zzh721 it is preferable to compile this version of caffe with the reorg layers implemented. However, the reorganize layer doesn't have weights so, in theory, you wouldn't have to have problems to make the transformation of the weights. |
By the way I have used the following prototxt file: PD: The weights can be download from: The weights I used were the YOLOv2 608x608 COCO name: "YOLONET" layer { layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ layer{ } layer { layer { layer { layer { layer { layer{ layer { |
hello,i want to know to compile this version of caffe with the reorg layers implemented. |
when I use your convert_weights_to_caffemodel.py
python convert_weights_to_caffemodel.py yolo.prototxt yolo.weights yolo.caffemodel
I met the problem that the reorg is not define,how to solve it
The text was updated successfully, but these errors were encountered: