- 2020년 9월 이전에 수업 들으신 분들
git clone -b 202008_kaist --single-branch https://github.com/Finfra/AI_Vision.git
- 2020년 12월에 수업 들으신 분들
git clone -b 202012_DICT --single-branch https://github.com/Finfra/AI_Vision.git
- Google Mount(필수)
from google.colab import drive
drive.mount('/gdrive')
- Git Clone
%%bash
cd /content/drive/MyDrive/
[ -d AI_Vision ]&&mv AI_Vision AI_Vision.$(date +%Y_%m_%d_%H_%M_%S)
git clone https://github.com/Finfra/AI_Vision