Open hanin97 opened 7 months ago
Thank you for the question. 1# Using the equation, angles can be computed only when the classes/labels are known. If we are given a point cloud to segment, we would need the alpha predictor to predict the angles as there is not labels/class given.
2# The polyfit is to remove near-range effect. apparently the LiDAR used in Semantic Kitti (HDL-64E) has already been calibrated for near-range effect. the same goes with Pandora LiDAR used in SemanticPOSS. Hence the fitting function has been commented.
Thank you for your reply, but I still have some questions about question1,
infer_subset
doesn't need the parameter near_range
returned by the dataset and the parameter proj
doesn't contain proj_reflectivity
nor proj_near_range
while reflectivity_flag=False' and
near_range_flag=False` in salsanextearly_rxyzi2.yaml. Does it mean that while inferring a point cloud, there's no need to get the angles?
Hi, thank you for your interesting work, I have some questions.