I noticed that in both the paper and the released code, the evaluation on nuScenes is only reported for LitePT-S.
From the available results:
- LitePT-S achieves 82.2 mIoU on nuScenes, outperforming PTv3 (80.4) ([Hugging Face])
However, for larger variants:
- LitePT-B (~45M params) and LitePT-L (~85M params)
there seem to be results reported only on datasets like Structured3D, but not on nuScenes ([Hugging Face])
This leads to my questions:
- Have you evaluated LitePT-B or LitePT-L on nuScenes?
- If so, what mIoU do they achieve compared to LitePT-S?
- Is there a specific reason why only LitePT-S is reported on nuScenes (e.g., efficiency considerations, diminishing returns, or training cost)?
Any clarification would be greatly appreciated.
I noticed that in both the paper and the released code, the evaluation on nuScenes is only reported for LitePT-S.
From the available results:
However, for larger variants:
there seem to be results reported only on datasets like Structured3D, but not on nuScenes ([Hugging Face])
This leads to my questions:
Any clarification would be greatly appreciated.