You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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