solve merge
This commit is contained in:
@@ -75,6 +75,7 @@ class ReconstructionUtil:
|
||||
cnt_processed_view = 0
|
||||
remaining_views.remove(init_view)
|
||||
curr_rec_pts_num = combined_point_cloud.shape[0]
|
||||
drop_output_ratio = 0.4
|
||||
|
||||
import time
|
||||
while remaining_views:
|
||||
@@ -84,6 +85,8 @@ class ReconstructionUtil:
|
||||
best_covered_num = 0
|
||||
|
||||
for view_index in remaining_views:
|
||||
if np.random.rand() < drop_output_ratio:
|
||||
continue
|
||||
if point_cloud_list[view_index].shape[0] == 0:
|
||||
continue
|
||||
if selected_views:
|
||||
|
Reference in New Issue
Block a user