Closed Jay-Ye closed 1 year ago
Hi, thanks for your question!
load_fg_labels
stores 1 for points that belong to foreground objects (objects that can move but might or might not be moving in the scene), and 0 for background (classes 24-31 that you pointed out). These labels are used to compute the FG/BG metrics later on during evaluation. Oh, I get it. This label is not used in the training or testing but just for evaluation. Thank you so much for your help.
Hi, congrats for this great work. I have a minor question here. I noticed that in nuScenes, lidar points in class [1--23] are set to 1 (occupied), and the rest are 0 (empty). https://github.com/tarashakhurana/4d-occ-forecasting/blob/74549e2066d3f77aa2122f46fc30502b4d4bfbf9/data/nusc.py#L133
While the class [24--31] are:
Shouldn't points indicating these classes also be set to 1 (occupied) since the rays end here?