error running depth inference on NYUv2
kalyani7195 opened this issue · 3 comments
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.