how i run example_rgbd_kinfu_demo.exe

asked 2019-06-05 05:21:40 -0600

gs gravatar image

it needs arguments: --depth Path to depth.txt file listing a set of depth images --record Write depth frames to specified file list (the same format as for the 'depth' key)

how i list depth images in depth.txt?

edit retag flag offensive close merge delete

Comments

source code is here

and file content format is here

depth.txt is in a folder named A and this file try to write only file name. file location should be in folder A

LBerger gravatar imageLBerger ( 2019-06-05 06:18:56 -0600 )edit

i have folder depth_images which contains 5 images: 0.png 1.png 2.png 3.png 4.png 5.png and also contains depth.txt, with contents: 0 1 2 3 4 5

i run ./example_rgbd_kinfu_demo --depth home/gs/depth_images where home/gs/depth_images is the path to depth.txt and take the error terminate called after throwing an instance of std::runtime_error failed to read detpth list Aborted (core dumped)

What is wrong?

gs gravatar imagegs ( 2019-06-05 08:34:24 -0600 )edit