VRVideo Debug

walking - jeremy's machine - from folder - estimated-data

docker run --rm --gpus all -v C:/Users/Jeremy/Documents/GitHub/video2mesh:/app -t dican732/video2mesh:cu116 python3 -m video2mesh --dataset_path data/rgbd_dataset_freiburg3_walking_xyz/ --output_path data/debug_output_folder/ --num_frames 120 --estimate_pose --estimate_depth --quality medium --sdf_volume_size 10 --sdf_num_voxels 80000000 --frame_step 15

https://jeshanks.cspages.otago.ac.nz/vrvideodebug/docs/?author=jeremy&source=fromfolder

walking - jeremy's machine - from mp4 - estimated-data

docker run --rm --gpus all -v C:/Users/Jeremy/Documents/GitHub/video2mesh:/app -t dican732/video2mesh:cu116 python3 -m video2mesh --dataset_path data/rgbd_dataset_freiburg3_walking_xyz.mp4 --output_path data/debug_output_mp4/ --num_frames 120 --estimate_pose --estimate_depth --quality medium --sdf_volume_size 10 --sdf_num_voxels 80000000 --frame_step 15

https://jeshanks.cspages.otago.ac.nz/vrvideodebug/docs/?author=jeremy&source=frommp4

walking - anthony's machine - from folder - estimated-data

--num_frames 120 --estimate_pose --estimate_depth --quality medium --sdf_volume_size 10 --sdf_num_voxels 80000000 --frame_step 15

https://jeshanks.cspages.otago.ac.nz/vrvideodebug/docs/?author=anthony&source=fromfolder