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

Is there code for viewpoint estimation? #24

Open
yw411 opened this issue Aug 14, 2017 · 4 comments
Open

Is there code for viewpoint estimation? #24

yw411 opened this issue Aug 14, 2017 · 4 comments

Comments

@yw411
Copy link

yw411 commented Aug 14, 2017

I read the paper 'CRAFTING A MULTI-TASK CNN FOR VIEWPOINT ESTIMATION' and find this pository which is used for object detection,and I saw the result of examples. So I want to know whether the text on the top left corner is the result for viewpoint estimation,including class and azimuthal angle?

@fmassa
Copy link
Owner

fmassa commented Sep 7, 2017

Yes, there is a preliminary release of the code that can be found in http://imagine.enpc.fr/~suzano-f/bmvc2016-pose/ and is based on the code in this repo.

@ardiya
Copy link

ardiya commented Sep 25, 2017

Hi @fmassa, I'm also here for CRAFTING A MULTI-TASK CNN FOR VIEWPOINT ESTIMATION.

I tried to load Pascal3D dataset using your preliminary release, however the format seems to be different; It reads .xml annotation rather than .mat annotation on P3D dataset.

Could you share us the DataSetPascal.lua used in your paper?

@fmassa
Copy link
Owner

fmassa commented Oct 11, 2017

Hi @ardiya,
Sorry for the (long) delay in replying.

I have used the code I posted in the zip file for training the models. If the original annotations for Pascal3D are in .mat format, I probably converted them to .xml beforehand.
I'll try to have access to the computer where I have stored that data and see if the information is still there, and to see if I still have the conversion script somewhere.

@fmassa
Copy link
Owner

fmassa commented Oct 11, 2017

@ardiya I found the Matlab code I used to convert the .mat files to .xml. It requires the toolbox from Pascal VOC to be on your path.
The code is not very clean but should be easy to use.
You can find it in here https://gist.github.com/fmassa/f9f39bb07cca98d5a1b57615b4c0ea60

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