Labels for train set
Opened this issue · 2 comments
Yinyf0804 commented
Hi,
Thanks for your great work, I have a question about labels for the train set :
- All all the samples in the train set included in the raw scenes?
- Do you directly use the generated pseudo labels for the training set instead of the GT one when "train monocular models using pseudo labels", since I do not find any process to link GT labels for train set to the "dst_label_dir".
SPengLiang commented
Thanks for your interest in this work.
- Yes;
- You are right. In this codebase, we directly use the generated pseudo labels for convenience, as the gap between pseudo labels and GT can be ignored for monocular models. You can also use GT to replace pseudo labels in the training set, and the final performance is close.
Yinyf0804 commented
Thank you for such a quick and detailed reply~