Add files using upload-large-folder tool
Browse files- tartanground/DesertGasStation.tar.zst.aa +3 -0
- tartanground/download.py +12 -0
- tum.tar.zst.aa +3 -0
tartanground/DesertGasStation.tar.zst.aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1797c4945320282e412d4a6130a95cd7257a18cdb3d6df5cb2b6450a6a308fbf
|
| 3 |
+
size 19718566578
|
tartanground/download.py
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import tartanair as ta
|
| 2 |
+
|
| 3 |
+
# Initialize TartanAir.
|
| 4 |
+
tartanground_data_root = '/mnt/nas/datasets4/3D/tartanground2'
|
| 5 |
+
ta.init(tartanground_data_root)
|
| 6 |
+
|
| 7 |
+
# Download a trajectory.
|
| 8 |
+
ta.download_ground(env = ['OldTownSummer', 'DesertGasStation'],
|
| 9 |
+
version = ['v1', 'v2', 'v3_anymal'], # available versions are: 'v1', 'v2', 'v3_anymal'
|
| 10 |
+
modality = ['image', 'depth', 'seg', 'lidar', 'imu'], # available modalities are: image', 'depth', 'seg', 'imu', 'lidar'
|
| 11 |
+
camera_name = ['lcam_left', 'lcam_right', 'lcam_back', 'lcam_top'], # available cameras are: 'lcam_front', 'lcam_left', 'lcam_right', 'lcam_back', 'lcam_top', 'lcam_bottom'
|
| 12 |
+
unzip = True) # unzip files autonomously after download
|
tum.tar.zst.aa
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de7d965604e3a7e37d0285794fe3ea2c28ced60844a96969ba6e4c9690627718
|
| 3 |
+
size 5132108447
|