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
Looking through the paper and the code, it's not obvious to me how the interval scale is derived. How should this be set for testing on my own dataset?
I've tried using some of the default values found elsewhere in the codebase, but am getting some unbounded values:
File "pointmvsnet/../pointmvsnet/functions/functions.py", line 169, in get_propability_map
prob_map_left0 = cv[b_coordinates, d_coordinates_left0, y_coordinates, x_coordinates]
RuntimeError: index -9223372036854775808 is out of bounds for dim with size 96
The text was updated successfully, but these errors were encountered:
ri-ceres
changed the title
Origin of inter_scale/interval_scale hyper parameter
Origin of inter_scale/interval_scale hyperparameter
Aug 6, 2020
Looking through the paper and the code, it's not obvious to me how the interval scale is derived. How should this be set for testing on my own dataset?
PointMVSNet/configs/dtu_wde3.yaml
Line 12 in cacb2d7
I've tried using some of the default values found elsewhere in the codebase, but am getting some unbounded values:
The text was updated successfully, but these errors were encountered: