zju3dv / Vox-Fusion

Code for "Dense Tracking and Mapping with Voxel-based Neural Implicit Representation", ISMAR 2022
266 stars 24 forks source link

how to visualize the tracking and mapping process #36

Closed Marquess98 closed 1 year ago

Marquess98 commented 1 year ago

I run the view.py in demo file with configs/replica/room_0.yaml and logs/replica/room0/scene1/bak/config.yaml, but I can't see any results except for a white open3d windows. could you give me any advise to solve this problems? Thanks!

ignotuspeverel commented 1 year ago

I came across the same problem

xingruiyang commented 1 year ago

We didn't release any code relating to live visualization, the viewer window is only a placeholder. Our results are generated with intermediate checkpoint files from the log folder.

Aurora-chevalier commented 10 months ago

我们没有发布任何与实时可视化相关的代码,查看器窗口只是一个占位符。我们的结果是由日志文件夹中的中间检查点文件生成的。

We didn't release any code relating to live visualization, the viewer window is only a placeholder. Our results are generated with intermediate checkpoint files from the log folder.

Hello, can you tell me exactly how to generate the intermediate check file from the log folder?thanks