city-super / Octree-GS

Octree-GS: Towards Consistent Real-time Rendering with LOD-Structured 3D Gaussians
Other
459 stars 31 forks source link

About viewer for Octree-GS #29

Open SmileXUZ opened 4 weeks ago

tongji-rkr commented 4 weeks ago

ckpt is the parent directory of point_cloud. Please follow this: https://github.com/city-super/Octree-GS/tree/main/SIBR_viewers

SmileXUZ commented 3 weeks ago

@tongji-rkr,Thank you very much for your reply. I configured vs2022 according to the tutorial, but there were some errors when I generated sibr_gaussian in Debug mode.

error

I don't know if this is caused by the lack of lib libraries, can you give me some advice?

tongji-rkr commented 3 weeks ago

Check if you use the Debug version libtorch:https://drive.google.com/file/d/1ZqcI32kyDSpAdJEVRGmOIl42OepJkEB7/view?usp=sharing

tongji-rkr commented 3 weeks ago

And I can't find frame or _frame in the code. Did you modify the code?

SmileXUZ commented 3 weeks ago

@tongji-rkr,Thank you for your reply. I did not change the code. This error occurred when I generated the sibr_gaussian project, and it appeared in the pybind11.h file.

error2

The version of libtorch I use is also downloaded from the tutorial link. I don't know what went wrong. Could it be the wrong python version? I type python in cmd, the version is 3.11.5, and then I type python311.lib in Linker → Input → Additional Dependencies in msvs, and the error still occurs. Even if I change it to python312.lib or python310.lib, I'm confused, I don't know what the problem is.

tongji-rkr commented 3 weeks ago

我猜有可能是版本太高导致的,我只在python3.9和3.10的环境下使用过,但是更有可能的是,你应该找一下python311d.lib,专门用于debug的版本,需要重新安装python来获得