Code/3D tracking

nuScenes tracking data

2023. 10. 3. 19:27
목차
  1. simple track results
submission {
    "meta": {
        "use_camera":   <bool>  -- Whether this submission uses camera data as an input.
        "use_lidar":    <bool>  -- Whether this submission uses lidar data as an input.
        "use_radar":    <bool>  -- Whether this submission uses radar data as an input.
        "use_map":      <bool>  -- Whether this submission uses map data as an input.
        "use_external": <bool>  -- Whether this submission uses external data as an input.
    },
    "results": {
        sample_token <str>: List[sample_result] -- Maps each sample_token to a list of sample_results.
    }
}

 

simple track results

"meta" : {'use_camera': False, 'use_lidar': True, 'use_radar': False, 'use_map': False, 'use_external': False}

"results" : [sample token] {'translation': [238.55057929441963, 913.5869261780623, 0.8555841283783657], 'size': [1.8513201475143433, 4.525969505310059, 1.6440339088439941], 'velocity': [0.0, 0.0], 'rotation': [0.04869157725400045, 0.0, 0.0, 0.9988138616902138], 'tracking_score': 0.882607102394104, 'sample_token': 'fd8420396768425eabec9bdddf7e64b6', 'tracking_id': 'car_0_0', 'tracking_name': 'car'}

 

sample token : identifies the sample/keyframe for which object are detected.

translation : Estimated bounding box location in meters in the global frame: center_x, center_y, center_z

size : Estimated bounding box size in meters: width, length, height.

rotation : Estimated bounding box orientation as quaternion in the global frame: w, x, y, z.

velocity : Estimated bounding box velocity in m/s in the global frame: vx, vy.

tracking_id : object id.

tracking_name : predicted class.

tracking_score : object prediction score for the class identified by tracking_name.

저작자표시 (새창열림)

'Code > 3D tracking' 카테고리의 다른 글

Simple Track Inference  (0) 2023.10.04
Simple Track Preprocessing  (0) 2023.10.04
simple track - nuScenes dataset  (0) 2023.09.25
Evaluation code  (0) 2023.09.18
Simple Track demo  (0) 2023.09.16
  1. simple track results
'Code/3D tracking' 카테고리의 다른 글
  • Simple Track Inference
  • Simple Track Preprocessing
  • simple track - nuScenes dataset
  • Evaluation code
Shy_un
Shy_un
Shy_un
SSHub
Shy_un
전체
오늘
어제
  • 분류 전체보기
    • KaAI
      • CPWC
      • KSC2022
      • KSME2023
    • Paper
      • Video Anomaly Detection
      • Traffic Accident Detection
      • Prediction and Tracking
      • Perception
    • Code
      • preprocess
      • Autoware
      • 3D tracking
      • Review
      • Debug
    • Dataset
      • Argoverse2 dataset
      • TJ4DRadSet
      • K-Radar
      • Nuscenes
      • Dual-Radar
    • Seminar
    • Paradigm
    • Ubuntu

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

태그

  • self-supervised learning
  • Traffic accident detection #Unsupervised learning #GRU #Autoencoder
  • video anomaly detection

최근 댓글

최근 글

hELLO · Designed By 정상우.
Shy_un
nuScenes tracking data
상단으로

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.