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

Pascal experiments code or models? #2

Closed
jason718 opened this issue Apr 26, 2018 · 5 comments
Closed

Pascal experiments code or models? #2

jason718 opened this issue Apr 26, 2018 · 5 comments

Comments

@jason718
Copy link

Do you use some pytorch version of pascal det., cls., and seg. code? Or do you convert your model into caffemodel?

@gidariss
Copy link
Owner

I convert the models on caffe format and use the publicly available caffe code. I uploaded the readme.md with link to a model converted to caffe format.

@jason718
Copy link
Author

jason718 commented Jun 7, 2018

Can you share your converting code? Or are you using the something like pytorch-caffe-darknet-convert?

@polo5
Copy link

polo5 commented Jun 8, 2018

+1. It would also be nice for instance to have the configuration you used for classification scores (https://github.com/philkr/voc-classification). I can't reproduce the results in your paper with that repo.

@gidariss
Copy link
Owner

#jason718

I updated the github repo with the a script that converts a pytorch alexnet model to a caffe model. It is inside the directory "extras". The same directory also has a script that converts the caffe alexnet model to fully convolutional for the segmentation experiments. When I find time I will update the README with instructions for that part. However, it's pretty easy to use the conversion script: after having install caffe you run the command:

python extras/convert_alexnet_from_pytorch2caffe.py --src=[path to pytorch model] --dst=[path to caffe mode]

@iamgeo92
Copy link

hi @gidariss , Does the script also contains the code for rescaling of Kraehenbuehl et al, ICLR 2016.

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

4 participants