RF Liang
RF Liang
I also encountered this error. I am running the latest version of JAX. After doing some debugging, I found that the problem lies in the `load_mesh()` function in the 2nd...
+1 Hi @FrozenSilent , this is an interesting work, it would be better if you could provide some demo models for us to directly play with. 😀
Update. Maybe I found the problem: https://github.com/Xharlie/pointnerf/blob/7a2f199de97d0738d73998f84230098c36f85f1f/run/train_ft.py#L452 Reorganizing these `if` cases could resolve the errors I met. ```python else: print("model has no top_ray_miss_ids") frame_ids = list(range(len(dataset)))[:max_num] random.shuffle(frame_ids) frame_ids = frame_ids[:max_num]...
I also had such a problem at the beginning, and this is a problem from COLMAP itself. COLMAP may fail to distinguish the two sides of the bulldozer if you...
Hi @RuixiangXue , you can replace/add all the changed files in this commit: https://github.com/Xharlie/pointnerf/compare/master...nexuslrf:pointnerf:master After that, run the cmd shown in https://github.com/nexuslrf/pointnerf/blob/master/models/neural_points/c_ext/README.md