fix: error of sample_points when num_point < far_idx_choice
In data_processor.py sample_points, when num_points < far_idx_choice, a negative value is passed into np.random.choice, which cause a ValueError. In fact the variable `near_idxs_choice` return by the deleted line is never used.
Showing
Please register or sign in to comment