- 설명 :
이 데이터 세트에는 579,184개의 훈련 이미지와 95,986개의 검증 이미지에 걸쳐 총 5,089개의 카테고리가 포함되어 있습니다. 트레이닝 세트의 경우 카테고리별 이미지 분포는 iNaturalist 커뮤니티의 해당 카테고리 관찰 빈도를 따릅니다.
원본 데이터세트에는 경계 상자가 있는 일부 이미지가 포함되어 있지만 현재는 이미지 수준 주석만 제공됩니다(단일 라벨/이미지). 또한 주최측에서 테스트 라벨을 공개하지 않아 테스트 이미지만 제공합니다(라벨 = -1).
추가 문서 : 코드 가 포함된 논문 탐색
홈페이지 : https://github.com/visipedia/inat_comp/tree/master/2017
버전 :
-
0.1.0
(기본값): 릴리스 노트가 없습니다.
-
다운로드 크기 :
237.35 GiB
데이터세트 크기 :
238.10 GiB
자동 캐시 ( 문서 ): 아니요
분할 :
나뉘다 | 예 |
---|---|
'test' | 182,707 |
'train' | 579,184 |
'validation' | 95,986 |
- 기능 구조 :
FeaturesDict({
'id': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=5089),
'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=13),
})
- 기능 문서 :
특징 | 수업 | 모양 | Dtype | 설명 |
---|---|---|---|---|
특징Dict | ||||
ID | 텍스트 | 끈 | ||
영상 | 영상 | (없음, 없음, 3) | uint8 | |
상표 | 클래스 라벨 | 정수64 | ||
상위 카테고리 | 클래스 라벨 | 정수64 |
감독되는 키 (
as_supervised
doc 참조):('image', 'label')
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
- 인용 :
@InProceedings{Horn_2018_CVPR,
author = {
Van Horn, Grant and Mac Aodha, Oisin and Song, Yang and Cui, Yin and Sun, Chen
and Shepard, Alex and Adam, Hartwig and Perona, Pietro and Belongie, Serge},
title = {The INaturalist Species Classification and Detection Dataset},
booktitle = {
The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}