threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
5.93k stars 457 forks source link

UserWarning: Grad strides do not match bucket view strides. #242

Open Daybreak-Zheng opened 11 months ago

Daybreak-Zheng commented 11 months ago

image Great job! I encountered a warning during runtime. Could this have an impact on the final result?

bennyguo commented 11 months ago

It won't affect the results :)

Daybreak-Zheng commented 11 months ago

image I am using magic3d to generate 'a delicious hamburger', but the middle part is empty. Do you know why?

bennyguo commented 11 months ago

This is probably due to the random camera setting. You may try to restrict data.elevation_range to [0.,0.] and see what happens.