wl-zhao/VPD

error running depth inference on NYUv2

kalyani7195 opened this issue · 3 comments

Hello! Thanks for your great work on VPD!
I am trying to reproduce the depth estimation results on NYUv2 using test.sh and keep getting the following error. Any help here is greatly appreciated. Thanks a lot!
Kalyani

image

Hi, thanks for your interest in our work. I think the error is caused by the lack of memory (the process is terminated by SIGKILL). Maybe you can use htop to check the usage of memory.

Thank you for your quick reply!! I was able to resolve it by reduce number of gpus for inference and setting up data at the correct path.

I had one more question -- Is it not possible to run inference on unseen images other than NYUv2 in the current set up?
I get the following error test.py: error: argument --dataset: invalid choice: ‘test_images’ (choose from ‘nyudepthv2’, ‘kitti’, ‘imagepath’)
test.py: error: argument --dataset: invalid choice: ‘test_images’ (choose from ‘nyudepthv2’, ‘kitti’, ‘imagepath’)

Do you have any suggestions on how to test on unseen images other than NYUv2?

same question, too.