Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Official repository for USVTrack dataset

NotificationsYou must be signed in to change notification settings

USVTrack/USVTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

USV-Based 4D Radar-Camera Tracking Dataset for Autonomous Driving in Inland Waterways

Overview

Changelog

Dataset

Introduction

  • USVTrack, the firstUSV-based 4D radar-camera tracking dataset in inland waterways, which offers data from multiple sensors, including a 4D radar, monocular camera, GPS, and IMU.
  • USVTrack contains a rich diversity of data samples, includingvarious waterways (wide and narrow rivers, lakes, canals, moats and docks), diversetime conditions (daytime, nightfall, night),weather conditions (sunny, overcast, rainy, snowy), andlighting conditions (normal, dim, strong).
  • We provide2D bounding box withtrack ID annotations. We also offer atoolkit to help researchers in processing, analyzing and training on our dataset.
  • We build corresponding benchmarks and evaluate popular algorithms for object detection and object tracking tasks.

USV Setup

Dataset Structure

USVTrack (root)  - images # RGB images    - train      - folder        - 000001.jpg        - 000002.jpg        - xxx    - test      - folder        - 000001.jpg        - 000002.jpg        - xxx  - radar # radar files    - folder      - 000001.csv  - YOLO # YOLO format for vision detection    - images # put all images here    - labels # all labels for detection    - class.txt    - train.txt    - test.txt

Labels

CodeLabelNote
-1no-objectNo object. Only for radar point clouds
1ship
2boat
3vessel

Radar Format

Radar point clouds are stored in csv files.

Each csv file contains a set of points in a specific timestamp:

ColumnDescription
timestamptimestamp of the point
rangeradial distance to the detection (in m)
dopplerradial velocity measured for this point (in m/s)
azimuthazimuth angle to the detection (in degree)
elevationelevation angle to the detection (in degree)
powerreflected power value of the detection (in dB)
xx value in the XYZ coordinates
yy value in the XYZ coordinates
zz value in the XYZ coordinates
comp_heightabsolute height of the point (in m)
comp_velocityabsolute velocity of the point (in m/s)
ux-axis on the image plane
vy-axis on the image plane
labelsemantic class id of the object (Refer toLabels

GPS Format

ColumnDescription
timestampcurrent timestamp
latitudelatitude
longitudelongitude
number_of_satellitesnumber of satellites
altitudealtitude
true_north_headingtrue north heading to the earth
magnetic_north_headingmagnetic north heading to the earth
ground_speed_knspeed (in kn)
ground_speed_kphspeed (in km/h)

IMU Format

ColumnDescription
timestampcurrent timestamp
pitchpitch (x-axis, right)
rollroll (y-axis, front)
yawyaw (z-axis, top)
angular_velocity_xangular velocity in x-axis
angular_velocity_yangular velocity in y-axis
angular_velocity_zangular velocity in z-axis
linear_velocity_xlinear velocity in x-axis
linear_velocity_ylinear velocity in y-axis
linear_velocity_zlinear velocity in z-axis
magnetic_field_xmagnetic field strength in x-axis
magnetic_field_ymagnetic field strength in y-axis
magnetic_field_zmagnetic field strength in z-axis

Acknowledgement

Citation

The USVTrack data is published under CC BY-NC-SA 4.0 license, which means that anyone can use this dataset for non-commercial research purposes.

Please use the following citation when referencing

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp