NVlabs / BundleSDF

[CVPR 2023] BundleSDF: Neural 6-DoF Tracking and 3D Reconstruction of Unknown Objects
https://bundlesdf.github.io/
Other
1.04k stars 114 forks source link

cp: cannot stat 'nerf_with_bundletrack_online/image_step_*.png': No such file or directory #139

Closed NJ-WuSiyang closed 8 months ago

NJ-WuSiyang commented 8 months ago

Thanks for the amazing work!

When running HO3D following this command, it has a cp error:

...
[nerf_runner.py] query_pts:torch.Size([175616, 3]), valid:60711                                                                                                                                             
[nerf_runner.py] Running Marching Cubes                                                                                                                                                                     
[nerf_runner.py] done V:(4836, 3), F:(9592, 3)
[bundlesdf.py] nerf done at frame 0681
cp: cannot stat '$OUT_DIR//nerf_with_bundletrack_online/image_step_*.png': No such file or directory
[bundlesdf.py] rematch_after_nerf: False                                                                                                                                                                    
[bundlesdf.py] synced pose from nerf, latest nerf frame 0681  
...

I think this line throws this error.

The code won't crash because of this error, but is it expected?

wenbowen123 commented 8 months ago

hi, this wont affect the pipeline. It will work when you enable more verbose logs. For now feel free to ignore it.