Kerui Ren
Kerui Ren
Perfect Work!!! I have tested it in my local environment and it works very well. I notice that the native GPU is not being used, maybe you can try redering...
ckpt is the parent directory of `point_cloud`. Please follow this: https://github.com/city-super/Octree-GS/tree/main/SIBR_viewers
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?
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`...
Thank you for your detailed suggestions. The problem you mentioned stems from the details of the anchor growth strategy, and we will modify it as soon as possible.
The former is due to the anchor removing strategy, and the latter relates to the minimum and maximum length of the octree voxels.
For duplicate anchors, we will update the code and weights file within the week. Besides, we have a general strategy for the orphan anchor problem, but it will take some...
Simply, when you add a new anchor, you (1) recursively complete all parent node (with the possibility of adding more than one anchor) or (2) recursively find the anchor and...
 This is the change in performance after resolving the duplicate anchor. The metrics are down but the storage is less. We are currently moving on to the next stage...