InstantMesh icon indicating copy to clipboard operation
InstantMesh copied to clipboard

problem about InstantNeRF training

Open cseconds opened this issue 1 year ago • 1 comments

Thank you for your great work, recently I want to test the InstantNeRF training code, but I encounter a problem. I loaded the weights of InstantNeRF and trained the model using G-buffer Objaverse data, I use a GPU training to test, but after 100 iterations the rendered results are white. Is this reasonable? : image image

Below is my training configuration: learning_rate: 4.0e-04 batch size: 1 GPU : nvidia A100 80G render_size: 192 input_size: 320

cseconds avatar Dec 08 '24 14:12 cseconds

What does the format of your dataset look like, and what does the dataset need to input from a free perspective

Mrguanglei avatar Jan 21 '25 07:01 Mrguanglei