MMDetection from dacon
https://yskim0.github.io/computer%20vision/2020/11/03/mmdetection-사용하기/
https://dacon.io/competitions/official/235672/codeshare : K-Fashion AI 경진대회 (CV관련)
https://youtu.be/VOn7T6NR1tc
MMdectection
open source object detection toolbox based on PyTorch.
K-Fashion AI 경진대회 baseline github을 참조하여 작성,
대회의 목적은 주어진 이미지자료를 학습하여, 각 클래스와 클래스별 세그멘테이션 마스크에 대해 예측하는 것 .
Installation
mmcv 설치후 , clone후 setup.
mmdetection github에서 v2.3.0
branch로 이동 후 Install.md 기본으로.
아래는 요약본


Requirements
- Linux or macOS (Windows is not currently officially supported)
- Python 3.6+
- PyTorch 1.3+
- CUDA 9.2+ (If you build PyTorch from source, CUDA 9.0 is also compatible)
- GCC 5+
- mmcv
가상환경 생성
Minicoda 설치후, 가상환경명이 sixxMM 일 경우, 해당 가상환경 생성 / 활성화
dacon_utils 폴더 확인
pytorch, torchvision 설치 (버전 주의)
버전주의: mmdetection version==2.3.0일때, torch version == 1.5.0
pytorch official instructions를 참조하여 원하는 버전 설치
현재 1.7.1+cu110
MMdetection repo. 클론
해당버전으로 clone함. branch == v2.3.0