1. 설치

  1. pip install -U openmim
  2. pip install torch
  3. mim install mmsegmentation
  4. pip install wandb
  5. pip install tqdm

2. Directory 설정

level2_cv_semanticsegmentation-cv-03
	├── ...
	└── mmsegmentation
			├── configs
			├── ...
			├── mmseg
			├── teamconfigs
			│		└── [test]ExpName
			│				├── checkpoints
			│				├── predictions
			│				├── config.py
			│				├── dataset.py
			│				├── default_runtime.py
			│				├── schedule.py
			│				└── model.py
			├── train.py
			└── test.py

3. Override

⚠️ 주의 사항

  1. DATASETS를 register하기 위해 mmseg/datasets 폴더 안에 custom.py작성

    Untitled

  2. mmseg/datasets/init.py에 등록한 XRayDataset추가

    Untitled

  3. tools/train.py & tools/test.pymmseg 폴더와 같은 레벨에 위치하도록 tools 폴더에서 이동