how i run example_rgbd_kinfu_demo.exe
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?
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
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?