You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if the configuration to reproduce 360_v2 result is up-to-date. I fixed some missing parameters, such as scene_reso, coeff_type, and basis_type, but I still got an error.
xyz_min = valid_xyz.amin(0)
IndexError:amin(): Expected reduction dim 0 to have non-zero size.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hello umyta, we have not evaluated our method on the 360_v2 dataset. However, the current code should be compatible with this dataset by modifying the configuration file accordingly. We did experiment with this dataset during the intermediate stages of development, but it was not tested in the later stages.
Regarding to the scene_reso, coeff_type, and basis_type, you could just use the same as blender
Hi, I was wondering if the configuration to reproduce 360_v2 result is up-to-date. I fixed some missing parameters, such as
scene_reso
,coeff_type
, andbasis_type
, but I still got an error.Any suggestions?
The text was updated successfully, but these errors were encountered: