Linwei-Chen / LIS

IJCV2023 Instance Segmentation in the Dark
MIT License
77 stars 6 forks source link

About the version of mmcv and mmdet #6

Closed stephenwang0317 closed 10 months ago

stephenwang0317 commented 10 months ago

Could you please provide information on the recommended versions of mmcv and mmdet for compatibility with the project?

I have encountered the following error when I run the code:

ImportError: cannot import name 'filter_scores_and_topk' from 'mmdet.core.utils'

This error occurs with the following versions:

mmcv-full version: 1.3.18 mmdet version: 2.14.0

Thank you very much for your time and assistance. I appreciate your help in resolving this matter.

Linwei-Chen commented 10 months ago

I used mmcv-full==1.4.0 and mmdet==2.15.1 for your reference.

stephenwang0317 commented 10 months ago

I used mmcv-full==1.4.0 and mmdet==2.15.1 for your reference.

Thanks a lot.