THU-MIG / RepViT

RepViT: Revisiting Mobile CNN From ViT Perspective [CVPR 2024] and RepViT-SAM: Towards Real-Time Segmenting Anything
https://arxiv.org/abs/2307.09283
Apache License 2.0
730 stars 55 forks source link

A few files are missing #2

Closed flied-fish closed 1 year ago

flied-fish commented 1 year ago

Hello author, it seems that the files in the mmseg, mmdet, and mmcv folders are missing here. Could you please upload them

jameslahm commented 1 year ago

Hi, you can install the corresponding packages. For example

# For mmcv folders
pip install mmcv-full
# For mmseg folders
pip install mmsegmentation
# For mmdet folders
pip install mmdet 
flied-fish commented 1 year ago

okay, thank you very much