Octree-GS icon indicating copy to clipboard operation
Octree-GS copied to clipboard

About viewer for Octree-GS

Open SmileXUZ opened this issue 1 year ago • 6 comments

SmileXUZ avatar Jun 04 '24 09:06 SmileXUZ

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

cskrren avatar Jun 04 '24 09:06 cskrren

@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?

SmileXUZ avatar Jun 06 '24 01:06 SmileXUZ

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

cskrren avatar Jun 06 '24 07:06 cskrren

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

cskrren avatar Jun 06 '24 07:06 cskrren

@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.

SmileXUZ avatar Jun 06 '24 14:06 SmileXUZ

It may caused by the python version.I've only used python 3.9 and 3.10, but more likely, you should look for python311d.lib, the debug version, which you'll need to reinstall python to get.

cskrren avatar Jun 07 '24 10:06 cskrren