분실물 센터

LostAndFound 데이터 세트는 종종 분실된 화물로 인해 도로에서 예기치 않은 작은 장애물을 감지하는 문제를 해결합니다. 데이터 세트는 2104개의 주석이 달린 프레임(기록된 데이터에서 대략 10번째 프레임마다 선택)이 있는 112개의 스테레오 비디오 시퀀스로 구성됩니다.

데이터 세트는 'Cityscapes' 데이터 세트와 유사하게 설계되었습니다. 데이터 세트는 다음을 제공합니다. - 8비트 또는 16비트 색상 해상도의 스테레오 이미지 쌍 - 미리 계산된 불일치 맵 - 물체 및 거리에 대한 대략적인 의미 레이블

레이블에 대한 설명은 http://www.6d-vision.com/laf_table.pdf 에서 제공됩니다.

나뉘다
'test' 1,203
'train' 1,036
@inproceedings{pinggera2016lost,
  title={Lost and found: detecting small road hazards for self-driving vehicles},
  author={Pinggera, Peter and Ramos, Sebastian and Gehrig, Stefan and Franke, Uwe and Rother, Carsten and Mester, Rudolf},
  booktitle={2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  year={2016}
}

lost_and_found/semantic_segmentation(기본 구성)

  • 구성 설명 : Lost and Found 시맨틱 분할 데이터 세트.

  • 다운로드 크기 : 5.44 GiB

  • 데이터세트 크기 : 5.42 GiB

  • 기능 구조 :

FeaturesDict({
    'image_id': Text(shape=(), dtype=string),
    'image_left': Image(shape=(1024, 2048, 3), dtype=uint8),
    'segmentation_label': Image(shape=(1024, 2048, 1), dtype=uint8),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
image_id 텍스트
이미지_왼쪽 영상 (1024, 2048, 3) uint8
segmentation_label 영상 (1024, 2048, 1) uint8

lost_and_found/stereo_disparity

  • 구성 설명 : Lost and Found 스테레오 이미지 및 불일치 맵.

  • 다운로드 크기 : 12.16 GiB

  • 데이터세트 크기 : 12.22 GiB

  • 기능 구조 :

FeaturesDict({
    'disparity_map': Image(shape=(1024, 2048, 1), dtype=uint8),
    'image_id': Text(shape=(), dtype=string),
    'image_left': Image(shape=(1024, 2048, 3), dtype=uint8),
    'image_right': Image(shape=(1024, 2048, 3), dtype=uint8),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
disparity_map 영상 (1024, 2048, 1) uint8
image_id 텍스트
이미지_왼쪽 영상 (1024, 2048, 3) uint8
이미지 오른쪽 영상 (1024, 2048, 3) uint8

lost_and_found/전체

  • 구성 설명 : 전체 분실물 데이터 세트.

  • 다운로드 크기 : 12.19 GiB

  • 데이터세트 크기 : 12.25 GiB

  • 기능 구조 :

FeaturesDict({
    'disparity_map': Image(shape=(1024, 2048, 1), dtype=uint8),
    'image_id': Text(shape=(), dtype=string),
    'image_left': Image(shape=(1024, 2048, 3), dtype=uint8),
    'image_right': Image(shape=(1024, 2048, 3), dtype=uint8),
    'instance_id': Image(shape=(1024, 2048, 1), dtype=uint8),
    'segmentation_label': Image(shape=(1024, 2048, 1), dtype=uint8),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
disparity_map 영상 (1024, 2048, 1) uint8
image_id 텍스트
이미지_왼쪽 영상 (1024, 2048, 3) uint8
이미지 오른쪽 영상 (1024, 2048, 3) uint8
instance_id 영상 (1024, 2048, 1) uint8
segmentation_label 영상 (1024, 2048, 1) uint8

lost_and_found/full_16bit

  • 구성 설명 : 전체 분실물 데이터 세트.

  • 다운로드 크기 : 34.90 GiB

  • 데이터세트 크기 : 35.05 GiB

  • 기능 구조 :

FeaturesDict({
    'disparity_map': Image(shape=(1024, 2048, 1), dtype=uint8),
    'image_id': Text(shape=(), dtype=string),
    'image_left': Image(shape=(1024, 2048, 3), dtype=uint8),
    'image_right': Image(shape=(1024, 2048, 3), dtype=uint8),
    'instance_id': Image(shape=(1024, 2048, 1), dtype=uint8),
    'segmentation_label': Image(shape=(1024, 2048, 1), dtype=uint8),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
disparity_map 영상 (1024, 2048, 1) uint8
image_id 텍스트
이미지_왼쪽 영상 (1024, 2048, 3) uint8
이미지 오른쪽 영상 (1024, 2048, 3) uint8
instance_id 영상 (1024, 2048, 1) uint8
segmentation_label 영상 (1024, 2048, 1) uint8