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
From above code, I see depth are transformed to the opposite number, but i guess that is not what reverse means, shouldn't it be 1/midas_depth_pseudo instead -midas_depth_pseudo?
As the papar only utilize relative depth, how to convert it to the depth seems not a big deal, i tried to use the 1/d way to produce real depth, but the rendering result gets worse. Perhaps hyperparameter should also be tuned.
FSGS/train.py
Lines 121 to 131 in a536a64
From above code, I see depth are transformed to the opposite number, but i guess that is not what reverse means, shouldn't it be
1/midas_depth_pseudo
instead-midas_depth_pseudo
?Reference: isl-org/MiDaS#261
Best Regards
The text was updated successfully, but these errors were encountered: