dineshreddy91 / Occlusion_Net

[CVPR2019]Occlusion-Net: 2D/3D Occluded Keypoint Localization Using Graph Networks
Other
139 stars 34 forks source link

Use absolute path for images #7

Closed moshanATucsd closed 4 years ago

moshanATucsd commented 4 years ago

Hi,

It seems that I have to put images to demo folder in order to do inference. If I use an absolute path for the images stored not in the occlusion net directory, check path existence always fails, even though the url is exactly the path of the image.

I am wondering how could we use a path eg /home/user/image.png directly, instead of in demo folder?

moshanATucsd commented 4 years ago

I forget that we are using docker, so we should load the image dir first