Kevin Messali

Results 5 comments of Kevin Messali

Yes sure, I am exploring the training part right now! I am using `trimesh` for obtaining the faces and vertices as a numpy list. Here is my code for rendering...

I have done some research and maybe the cause is the interpolation of the normal map when you are splatting face normals to vertices with this code in the neural_renderer.py...

Alright makes sense thank you! I have tried the training of instant-nerf, however I am starting with cubes as first object rendered and I was wondering if the default code...

Yes same thing, when I set batch_size=1 it works, but batch_size=2 it does not. However I am only missing a few GB (~2GB), so I was wondering if there is...

Alright I think I understand better now, but I am not sure why you take the normal from the file, is it for supervision when you train your model?