- 설명 :
DAVIS 2017 비디오 객체 분할 데이터 세트.
홈페이지 : https://davischallenge.org/
소스코드 :
tfds.video.davis.Davis
버전 :
-
1.0.0
: 최초 릴리스. -
2.0.0
: 인스턴스 ID를 0, 1, 2, ...로 변경 -
2.1.0
(기본값): 인스턴스 ID 순서를 수정합니다.
-
자동 캐시 ( 문서 ): 아니요
분할 :
나뉘다 | 예 |
---|---|
'train' | 60 |
'validation' | 30 |
- 기능 구조 :
FeaturesDict({
'metadata': FeaturesDict({
'num_frames': int64,
'video_name': string,
}),
'video': Sequence({
'frames': Image(shape=(None, None, 3), dtype=uint8),
'segmentations': Image(shape=(None, None, 1), dtype=uint8),
}),
})
- 기능 문서 :
특징 | 수업 | 모양 | D타입 | 설명 |
---|---|---|---|---|
풍모Dict | ||||
메타데이터 | 풍모Dict | |||
메타데이터/num_frames | 텐서 | int64 | ||
메타데이터/동영상_이름 | 텐서 | 끈 | ||
동영상 | 순서 | |||
비디오/프레임 | 영상 | (없음, 없음, 3) | uint8 | |
비디오/분할 | 영상 | (없음, 없음, 1) | uint8 |
감독된 키 (
as_supervised
문서 참조):None
그림 ( tfds.show_examples ): 지원되지 않습니다.
인용 :
@article{DBLP:journals/corr/Pont-TusetPCASG17,
author = {Jordi Pont{-}Tuset and
Federico Perazzi and
Sergi Caelles and
Pablo Arbelaez and
Alexander Sorkine{-}Hornung and
Luc Van Gool},
title = {The 2017 {DAVIS} Challenge on Video Object Segmentation},
journal = {CoRR},
volume = {abs/1704.00675},
year = {2017},
url = {http://arxiv.org/abs/1704.00675},
archivePrefix = {arXiv},
eprint = {1704.00675},
timestamp = {Mon, 13 Aug 2018 16:48:55 +0200},
biburl = {https://dblp.org/rec/journals/corr/Pont-TusetPCASG17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
davis/480p(기본 구성)
구성 설명 : 데이터 세트의 480p 버전
다운로드 크기 :
794.19 MiB
데이터 세트 크기 :
792.26 MiB
예 ( tfds.as_dataframe ):
데이비스/full_resolution
구성 설명 : 데이터 세트의 전체 해상도 버전입니다.
다운로드 크기 :
2.75 GiB
데이터세트 크기 :
2.78 GiB
예 ( tfds.as_dataframe ):