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 found line 156 in run.py generated wrong masks on my dataset while the depth maps are reasonable. Did you have similar issues before? I noticed that you have commented this line in your script. Is the masking procedure adopted in your paper? Thank you!
Our original goal was to generate masks to retain only the depth values of pixels that are kept during the fusion process. However, we later discovered that the order of the masks are disrupted. As a result, we commented this line. In fact, whether this line is commented or not has little impact on the results, as the current masks behave like randomly masking due to the wrong ordering. If the correct order could be restored, the final results might potentially be improved using the masks.
Hi, I found line 156 in run.py generated wrong masks on my dataset while the depth maps are reasonable. Did you have similar issues before? I noticed that you have commented this line in your script. Is the masking procedure adopted in your paper? Thank you!
manhattan_sdf/docs/run_colmap/run.py
Line 156 in c5e1503
The text was updated successfully, but these errors were encountered: