capstone-2021-3

플라스틱 컵 재활용 선순환 생태계 조성 프로젝트

View the Project on GitHub kookmin-sw/capstone-2021-3

데모 영상

Deep Learning 환경설정

Python 3.8 Virtual Environments 설정 pip install -r requirements.txt 실행

# Example
python3 -m venv <venv_name>
source <venv_path>/bin/activate
python -m pip install -–upgrade pip
pip install -r requirements.txt

데이터 예제

데이터 받기

(데이터는 내부에서만 공유합니다.)

직접 다운로드 받기

Google Storage에서 직접 다운로드 (주소: gs://pet_dataset/inobus_pet_v5)

Colab에서 tfds 툴 이용을 이용해서 다운받기

데이터 빌드 및 업로드