--- license: mit task_categories: - object-detection - image-classification tags: - waste-classification - recycling - yolo - computer-vision size_categories: - 1K ``` - `class_id`: 클래스 ID (0부터 시작) - `x_center, y_center`: 바운딩 박스 중심 좌표 (0~1로 정규화) - `width, height`: 바운딩 박스 크기 (0~1로 정규화) 예시: ``` 3 0.481783 0.384578 0.290826 0.645193 0 0.325678 0.562341 0.145823 0.234567 ``` ## 원본 데이터 - **출처**: TACO (Trash Annotations in Context) - **라이선스**: MIT - **원본 형식**: COCO - **변환 일자**: 2020-08-13 ## 활용 사례 - 쓰레기 자동 분류 시스템 - 재활용품 인식 애플리케이션 - 환경 모니터링 시스템 - 컴퓨터 비전 교육용 데이터셋 ## Citation 이 데이터셋을 사용하는 경우, 원본 TACO 데이터셋을 인용해주세요: ```bibtex @dataset{taco_dataset, title={TACO: Trash Annotations in Context}, author={Pedro F Proença and Pedro Simões}, year={2019} } ``` ## 라이선스 MIT License ## 문의 데이터셋 관련 문의사항은 이슈를 남겨주세요.