DeepV2D icon indicating copy to clipboard operation
DeepV2D copied to clipboard

Output of Demo scripts

Open aakash26 opened this issue 5 years ago • 3 comments

Hi, Thanks for uploading the code for this research paper. I am successfully able to run the demo code for nyu, however the output is a single depth image and same goes for demo_uncalibrated script where the entire video is provided as input. Shouldn't the output be multiple depth maps for different video frames or something similar as written in the paper?

aakash26 avatar Sep 02 '20 13:09 aakash26

If you run with the --mode=global the depth maps for all frames will be predicted. You can also try the SLAM demos for predicting depth for longer sequences

zachteed avatar Sep 04 '20 15:09 zachteed

Hi @zachteed, Thanks for the reply. I ran the --mode=global, however I couldn't find all the depth maps for the frames in the output folder. There is only a single depth.png being created irrespective of what mode i run. Also, for uncalibrated videos is the same and is it possible to provide stereo video? Where would all the output depthmaps be stored?

Regards Aakash

aakash26 avatar Sep 06 '20 20:09 aakash26

@zachteed Hi, I found that it requires the intrinsics of cameras to run the SLAM demo. Would it work without intrinsics? Just like the demo_uncalibrated.py?

Tord-Zhang avatar Sep 21 '20 03:09 Tord-Zhang