Replies: 1 comment 2 replies
-
Why does this phenomenon occur? Have you found the reason? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
Why does this phenomenon occur? Have you found the reason? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
I am currently in the process of migrating a mmdet3d plugin project from its previous dependencies
(mmcv-full==1.5.3, mmdet==2.25.1, mmdet3d==1.0.0rc4)
to the latest versions(mmengine==0.10.2, mmcv==2.1, mmdet==3.3, mmdet3d==1.4)
.Following the migration, I have diligently adjusted the altered APIs and configurations. However, I have encountered a concerning regression in training performance. Specifically, the mIoU results has decreased from 30 to 28.
Notably, when employing the pre-trained weights from the previous version for evaluation on the migrated version, consistent results are obtained, suggesting correctness in the implementation of both model and data loading procedures.
Given the complexity of the project, I refrain from sharing the entire codebase. Instead, I seek insights into potential general causes of such a performance drop, under the assumption that my implementation is correct. Leveraging your expertise in the development of MMLab projects, I hope to gain valuable perspectives on this matter.
Thank you in advance for your assistance and guidance.
Beta Was this translation helpful? Give feedback.
All reactions