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
I believe there may be a bug in the data loader for SRN dataset when world_scale is not 1. Specifically, because focal is given in pixels (for example as 131.25), it should not be scaled by world_scale.
To fix this, just delete line 122 in src/data/SRNDataset.py:
I believe there may be a bug in the data loader for SRN dataset when
world_scale
is not 1. Specifically, becausefocal
is given in pixels (for example as 131.25), it should not be scaled byworld_scale
.To fix this, just delete line 122 in
src/data/SRNDataset.py
:would become
Thanks for your great work!
The text was updated successfully, but these errors were encountered: