shubhtuls / drc

Code release for "Multi-view Supervision for Single-view Reconstruction via Differentiable Ray Consistency" (CVPR 2017)
https://shubhtuls.github.io/drc/
161 stars 32 forks source link

Problems evaluating Pascal #2

Closed mees closed 7 years ago

mees commented 7 years ago

Hi, I have problems evaluating Pascal, seems like I missed some download. When I run the evaluation I get nil values in the matlab script (see attachment). It is also unclear how I should change the paths in https://github.com/shubhtuls/drc/blob/master/preprocess/pascal/startup.m as in the tars there was no PASCAL3D folder I believe. When I try to compute the ortographic cam I get:

classes = {'aeroplane','car','chair'}; for c=1:3 computeOrthographicCam(classes{c}); computeOrthographicCamImagenet(classes{c}); end Error using load Unable to read file '/home/meeso/drc/cachedir/Datasets/PASCAL3D/Annotations/aeroplane_pascal/2008_000021'. No such file or directory.

Error in extractPascalAnnotations (line 9) load(fullfile(annoDir,voc_image_id));

Error in computeOrthographicCam (line 3) pascalInstances = extractPascalAnnotations(className);

drc_pascal_error.txt

shubhtuls commented 7 years ago

PASCAL3D (V1.1) is another dataset which needs to be downloaded from here. You'll also need the PASCAL VOC dataset from here and edit the paths in startup to point to these.

I am sorry the instructions were not more explicit about this.

shubhtuls commented 7 years ago

Updated the PASCAL instructions accordingly.