-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nerf training generated 0 samples, Aborting training #26
Comments
Hi @Learningm, Please try using base.json as config file. |
Hi @Anirudh-Kakarlapudi ,same error using base.json. Line 3540 in 61f9cbf
I also tried several options, including 'from_na' : true or false, 'scale' : 0.5 or 1.0, 'offset' : [0.5, 0.5, 0.5] or [0, 0, 0], it remains same error, I guess it maybe dataset problem. Could you please figure me out which function to do the dataset rescale and recenter operation? It's a little bit hard for understanding the cuda code. |
Hi @Learningm , I ran into the same problem and was able to fix it by making sure my object was within the bounding box. I used IDR's camera preprocessing to normalize my scene with respect to the visual hull. Hope this helps! :) |
@brianneoberson And I follow #26 (comment)
|
Hi, I want to try this excellent reconstruction method, and I convert my own dataset from nerfstudio format to neus2 format.
I wonder what the value 'offset' & 'scale' should be, so I use the default value [0.5, 0.5, 0.5] & 0.5 as in the data_convention.md. I check ngp tutorial and it seems the 'offset' need to use visualization to determinate.
After I set the default value, and copy the corresponding intrinsic_matrix and transform_matrix from nerfstudio format, I run neus2 training and got this error : Nerf training generated 0 samples, Aborting training.
How to fix it? My own data can be successfully trained using nerfstudio. Thanks !
The text was updated successfully, but these errors were encountered: