Jun-CEN / Open-world-3D-semantic-segmentation

[ECCV 2022] Open-world Semantic Segmentation for LIDAR Point Clouds
67 stars 10 forks source link

Which is the initial training code? #20

Closed Ridiculous-Sun closed 11 months ago

Ridiculous-Sun commented 1 year ago

Excuse me , I wanna know which the initial training code is . train_cylinder_asym_nuscenes.py or train_cylinder_asym_nuscenes_naive.py ?

Jun-CEN commented 11 months ago

Hi,

I am not sure what does the initial code mean here. If it means to train the model with all classes, which is the upper bound in my paper, then it should be train_cylinder_asym_nuscenes.py. If it means to train the model with the known classes without unknown classes, then it should be train_cylinder_asym_nuscenes_naive.py.