Endo-Depth-and-Motion icon indicating copy to clipboard operation
Endo-Depth-and-Motion copied to clipboard

Output directory for volumetric fusion

Open Anivader opened this issue 1 year ago • 0 comments

This is really nice work. In apps/volumetric_fusion/__main__.py, output_root_directory is defined as that where the output mesh is saved. This is incorrect and should be the directory containing RGBD frames + instrinsics.txt. For every video then, the output mesh gets saved in a sub-directory. So basically, we only need to define 2 inputs per input video: (1) RGBD frames and (2) .pkl tracking file.

Anivader avatar Oct 31 '24 20:10 Anivader