bennyguo / instant-nsr-pl

Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!
MIT License
857 stars 84 forks source link

non-zero size error #106

Open uuu686 opened 1 year ago

uuu686 commented 1 year ago

hello, thank you for your work. And I want to ask a question.

when test after train,the error will happen:

vmin, vmax = mesh_coarse['v_pos'].amin(dim=0), mesh_coarse['v_pos'].amax(dim=0) IndexError: amin(): Expected reduction dim 0 to have non-zero size

And I found that I must set the 'up_est_method' to 'ground' and set 'center_est_method' to 'point', or the error will happen.

I want to use the 'room' data provided by MipNeRF 360, and the result is bad.

Please tell me what should I do?

abhishekmonogram commented 1 year ago

@uuu686 Did you figure out a solution for this?