Closed pablovela5620 closed 2 years ago
@bennyguo so I've added the initial scannet dataset (without geometric cues). But I'm having some trouble getting it actually working with the baseline nerf model. Its heavily based on the MonoSDF repo. Specificall the scene_dataset using the already preprocessed scannet data they provide see here for more info.
I'm still fairly new to nerf/neus so some guidance on how to get this working (results shouldn't be too good due to lack of geometric cues) would be helpful. I have not managed to get it training
Thanks!
@pablovela5620 This is a great start! I'll look into the code after a paper submission deadline tomorrow.
@pablovelaimmersed Thanks! I've managed to get NeRF to train on the scannet dataset (the quality isn't good though). NeuS training still fails and I'm working on it. You could do some digging too. I've merged the changes and start a new PR. Please continue the work based on the new code and comment there. This PR is closed.
Adding scannet dataset based on #3