About viewer for Octree-GS
ckpt is the parent directory of point_cloud.
Please follow this: https://github.com/city-super/Octree-GS/tree/main/SIBR_viewers
@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.
I don't know if this is caused by the lack of lib libraries, can you give me some advice?
Check if you use the Debug version libtorch:https://drive.google.com/file/d/1ZqcI32kyDSpAdJEVRGmOIl42OepJkEB7/view?usp=sharing
And I can't find frame or _frame in the code. Did you modify the code?
@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.
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.
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.