NVlabs / BundleSDF

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

Debuging cpp code #157

Open tomole444 opened 3 months ago

tomole444 commented 3 months ago

Hi there,

I wanted to know if there is any way to debug the cpp code, like the Bundletrack code?

For the python part I can use the vscode debugger, but with the combination between cpp and python I don't see any way to debug the code except for using print statements.

Does anyone have an idea or implementation?