mmdetection/configs/_base_
의 config가 기본 몸통
model
, scheduler
, dataset
, default runtime
의 config 조합으로 보통 저기함
데이터셋: classes, num_class, 경로, json파일 이름 수정 필요
모델: ㅁㄹ
scheduler: loss nan 있을 때 lr 크기 줄이니 됐음
오버라이딩이 꽤 신기하게 됨
https://mmdetection.readthedocs.io/en/latest/user_guides/config.html
https://mmdetection.readthedocs.io/en/latest/get_started.html
https://mmdetection.readthedocs.io/en/latest/user_guides/index.html#useful-tools
tools에 있는 train 쓸 때 이거 주면 그대로 쓸 수 있나봄
bash tools/dist_train.sh configs/faster_rcnn/faster-rcnn_r50_fpn_fcos-rpn_1x_coco.py \\8 \\--work-dir ./work_dirs/faster-rcnn_r50_fpn_fcos-rpn_1x_coco