Open Sunway-s opened 7 months ago
Sorry for the late reply. It is a BUG. We retrained the model but it doesn't seem to affect the performance. We are working to find out the reason. Thank you very very much!
We investigated this bug and found that it only affects the initial stage of class loss. In the later stage, tgt_idx
is mostly ordered, so it has little impact on the final performance.
Class loss:
RayIoU:
Thank you so much for reading our code so carefully!
对于
SparseOcc/models/loss_utils.py
中291行的 loss_classes 计算我有一些疑惑为什么这里的
tgt_class
不用加tgt_class[tgt_idx]
呢,而是直接tgt_class = class_gt[b]