YijinHuang / Lesion-based-Contrastive-Learning

This is the official implementation of the paper Lesion-based Contrastive Learning for Diabetic Retinopathy Grading from Fundus Images.
39 stars 6 forks source link

I want to use detection model from scratch . But I got error about mmcv module. What is the version you used? #5

Closed osivaz61 closed 1 year ago

osivaz61 commented 1 year ago

Also what is the mmdet module version you used?

YijinHuang commented 1 year ago

The versions of mmcv and mmdet I used were 1.2.6 and 2.8.0, respectively. However, these versions are outdated. I recommend upgrading to the latest version of mmdetection to achieve better detection performance.

osivaz61 commented 1 year ago

Thanks a lot.