Skip to content

alinlab/0730_detection_segmentation

Repository files navigation

0806_detection_segmentation

삼성 DS-KAIST AI Expert 프로그램

  • 1차 실습: 2020년 7월 30일 (목), 14:00 - 18:00
  • 2차 실습: 2020년 8월 06일 (목), 14:00 - 18:00
  • 담당 조교: 김재형 ([email protected]), 이한국 ([email protected])

Part I: Object Detection

(주의) 해당 폴더의 파일이 아닌, 다음 경로로 이동하여 배치된 파일을 사용해주세요.

cd ~/
cd 0806_detection/tools # 최신 버전 detection.ipynb 및 솔루션 파일이 배치되어있습니다.

Environment Setup. 아래의 명령어를 통해 conda envrionment를 설치하고 실행할 수 있습니다. 실습 진행 시에는 envrionment가 설치되어 있으니, activation만 해주시면 됩니다.

conda env create -f det_env.yml
conda activate 0730_detection

PART II: Semantic Segmentation

첨부된 segmentation.ipynb 파일을 확인하세요. 답안은 segmentation_solution.ipynb에 있습니다.

Environment Setup. 아래의 명령어를 통해 conda envrionment를 설치하고 실행할 수 있습니다. 실습 진행 시에는 envrionment가 설치되어 있으니, activation만 해주시면 됩니다.

conda env create -f seg_env.yml
conda activate 0730_segmentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published