issues
search
boostcampaitech4lv23cv1
/
level2_semanticsegmentation_cv-level2-cv-01
Semantic Segmentation Competition - 부스트캠프 AI Tech 4기
1
stars
2
forks
source link
feat: mmsegmentation
#14
Closed
KidsareBornStars
closed
1 year ago
KidsareBornStars
commented
1 year ago
Description
서버 또 밀은 김에 가이드라인 작성합니다. 순서대로 하시면 돼요
Details
cd mmsegmentation
mmsegmentation 용 images/annotations 경로 만들기
python _trashsegmentation/utils/convert2mmseg.py
mmsegmentation/vitadapter 사용하기 위한 설치
pip install -U openmim
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f
https://download.pytorch.org/whl/torch_stable.html
mim install mmcv-full==1.4.2 -f
https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html
pip install -v -e .
pip install mmsegmentation
apt-get update
apt-get -y install libgl1-mesa-glx
train code
python tools/train.py _trashsegmentation/segformer/segformer_mit-b0_512x512_160k_ade20k.py
Reference / Image
https://mmsegmentation.readthedocs.io/en/latest/get_started.html#installation
Result
Description
Details
mmsegmentation 용 images/annotations 경로 만들기
mmsegmentation/vitadapter 사용하기 위한 설치
train code
Reference / Image
Result