keyu-tian / SparK

[ICLR'23 Spotlight🔥] The first successful BERT/MAE-style pretraining on any convolutional network; Pytorch impl. of "Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling"
https://arxiv.org/abs/2301.03580
MIT License
1.41k stars 82 forks source link

The versions of mmdet and mmcv? #84

Open shuuchen opened 2 months ago

shuuchen commented 2 months ago

Hi, I wonder how to re-produce the fine-tuning results with the repo:

https://github.com/keyu-tian/SparK/tree/main/downstream_mmdet#installation-mmdetection-with-commit-6a979e2-before-fine-tuning-convnext-on-coco

I installed mmdetection of the commit but cannot run due to the mismatch of inside repos mmdet and mmcv.

Could you share the installation details? Thank you!