QingyongHu / SQN

SQN in Tensorflow (ECCV'2022)
MIT License
101 stars 10 forks source link

SementicKITTI Code - Random Sparse Annotation #9

Open lex940728 opened 2 years ago

lex940728 commented 2 years ago

Hi @QingyongHu! Thanks for your work! I noticed that you have adopted a new random sparse annotation approach when working with the KITTI dataset. But I think that approach will result in reselecting sparse labels once per epoch. Shouldn't the index of sparse labels be fixed? Considering the special loading method of the KITTI dataset, is it better to fix the sparse labels directly during the preprocessing?