Hi,
I wonder what is the specific criterion which divides dataset by the level of Occlusion.
For example, what is the specific number of threshold for each occlusion rate?
if num_lidar_points(annotation_box, pc) > threshold :
annotation_box[‘occlusion’] = ‘some what level of occlusion’
Thanks,
Lee.