Open updaun opened 2 years ago
git clone https://github.com/microsoft/unilm.git
unilm/beit/semantic_segmentation/mmcv_custom-> mmsegmentation/mmcv_custom
git clone https://github.com/NVIDIA/apex cd apex python setup.py install
Download checkpoints that are self-supervised pretrained and then intermediate fine-tuned on ImageNet-22k (recommended):
pip install --ignore-installed mmcv-full==1.3.0 -f https://download.openmmlab.com/mmcv/dist/cu110/torch1.7.0/index.html
pip install --ignore-installed mmcv-full==1.3.13 -f https://download.openmmlab.com/mmcv/dist/cu110/torch1.7.0/index.html
https://github.com/boostcampaitech2/semantic-segmentation-level2-cv-16/tree/main/release/segmentation_model/BEiT/64_BEiT 다운로드 후 위치를 찾아 해당 소스로 변경
SwinL 학습 끝나고 도전해보겠습니다!