instant-nsr-pl icon indicating copy to clipboard operation
instant-nsr-pl copied to clipboard

Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!

Results 78 instant-nsr-pl issues
Sort by recently updated
recently updated
newest added

Continue geometric cues w/scannet implementation. Start with MonoSDF as simpler to implement v.s. Neuris

I have been trying out some scenes with the COLMAP-based pipeline you provide in the repo and I've been running into the issue of the model learning only the input...

I follow the instruction and train the model on COLMAP format data but got this result. ![image](https://user-images.githubusercontent.com/43441551/202650716-cae2ce93-11b7-45b9-af3e-a1917552cf97.png) I note that the preprocess in NeuS(https://github.com/Totoro97/NeuS/tree/main/preprocess_custom_data) has another step: ![image](https://user-images.githubusercontent.com/43441551/202651152-53f2edb3-f2a6-49d6-b4ea-edbbbc44aed1.png) So how...

Neus: shufujia-1 cameras_sphere.npz image mask ours: ls ./load/nerf_synthetic/lego* test train transforms_test.json transforms_train.json transforms_val.json val From the output of colmap, how do I construct my input?

I tried to train DTU dataset using this implementation, but GPU memory exceed during backward after a few steps. If I **delete the rgb loss**, than OOM disappear. The shape...

- [x] scannet dataset @pablovelaimmersed - [ ] nerf/neus training on scannet dataset - [ ] normal/depth priors

![it20000-6](https://user-images.githubusercontent.com/32233542/201810438-b4643913-1736-423f-bbcd-c6b56a2aec11.png)

Hi, thanks for your great code! I am wondering if I can run the original version of NeuS (which is much slower) in this repo? Are there any configs that...

enhancement

The instant-nsr-pl neus version of mesh is less effective than the native neus version? Is it a problem with my operation? ![image](https://user-images.githubusercontent.com/32233542/200324598-9350d3c3-4d38-4d35-b6be-576af75a6d90.png) ![image](https://user-images.githubusercontent.com/32233542/200324701-158c696b-784a-4b21-a94f-64dd7bd87e83.png) ![image](https://user-images.githubusercontent.com/32233542/200324712-b8c579ea-d483-4352-b277-88705ea2e65f.png)

Hi, thanks for the great work. As I was trying to train the synthesed drums data on your framework (for the first time), the program freezes like this: ![20221108163936](https://user-images.githubusercontent.com/62975382/200516283-89880f4d-df73-4a16-9d40-7010f0000cbd.jpg) I...