HungNgoCT

Results 19 comments of HungNgoCT

> I also have a similar problem. One explanation I think could be that the densification happens based on averaged positional gradient and if you have images, which are far...

> I also have a similar problem. One explanation I think could be that the densification happens based on averaged positional gradient and if you have images, which are far...

> Could you share your command? Hi, Sorry for long time respone. This is command: 1) ns-train neus-facto --pipeline.model.sdf-field.inside-outside False --pipeline.model.background-model mlp --trainer.max-num-iterations 100000 --vis viewer --pipeline.model.sdf-field.bias 0.3 --pipeline.model.num-neus-samples-per-ray 96...

> Hi, could you try with a large batch size of training rays? Hi @niujinshuchong , I have not yet tried with large batch size of training rays. However, when...

> how do you remove backgroud floaters? Hi @blacksino , I don't sure correct or not, I trained more steps to get less floaters. Also, adjust bias. Some floaters were...

> > 1. ns-train neus-facto --pipeline.model.sdf-field.inside-outside False --pipeline.model.background-model mlp --trainer.max-num-iterations 100000 --vis viewer --pipeline.model.sdf-field.bias 0.3 --pipeline.model.num-neus-samples-per-ray 96 sdfstudio-data > > Hi your mesh quality is very good Currently I'm not...

> Hi, I don't have access permission to your data, could you update your link? Thank you in advance @niujinshuchong , I have corrected the link. Please help download again....

> Hi, the main object in your scene is not centered after nerfstudio-data parser. You could try to add the code here https://github.com/autonomousvision/sdfstudio/blob/master/nerfstudio/data/dataparsers/nerfstudio_dataparser.py#L196 to roughly center the object > >...

Hi, I have the same problem. When installed using this command: git+https://github.com/SuLvXiangXin/zipnerf-pytorch#subdirectory=extensions/cuda, it requires std=c++17. I installed visual studio 2022, the compiler is c++14. Can anybody help to solve this?...