Add files using upload-large-folder tool
Browse files- DATA_MANIFEST.tsv +3 -0
- README.md +61 -0
- SHA256SUMS.txt +2 -0
- screw_driver_2cams_batch_002_raw.tar.zst.part-000 +3 -0
- screw_driver_2cams_batch_002_raw.tar.zst.part-001 +3 -0
- screw_driver_2cams_batch_002_raw.tar.zst.part-002 +3 -0
- screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-000 +3 -0
- screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-001 +3 -0
- screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-002 +3 -0
DATA_MANIFEST.tsv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# archive parts
|
| 2 |
+
screw_driver_2cams_batch_002_raw.tar.zst screw_driver_2cams_batch_002_raw.tar.zst.part-000 screw_driver_2cams_batch_002_raw.tar.zst.part-001 screw_driver_2cams_batch_002_raw.tar.zst.part-002
|
| 3 |
+
screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-000 screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-001 screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-002
|
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: dex-foundationpose raw test data
|
| 3 |
+
license: other
|
| 4 |
+
task_categories:
|
| 5 |
+
- object-detection
|
| 6 |
+
- robotics
|
| 7 |
+
tags:
|
| 8 |
+
- foundationpose
|
| 9 |
+
- rgbd
|
| 10 |
+
- realsense
|
| 11 |
+
- screwdriver
|
| 12 |
+
- robot-manipulation
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# dex-foundationpose raw test data
|
| 16 |
+
|
| 17 |
+
Raw RGB-D regression datasets for the `dex-foundationpose` repository.
|
| 18 |
+
|
| 19 |
+
Files are uploaded as split archive parts to avoid fragile 2GB+ single-file
|
| 20 |
+
transfers.
|
| 21 |
+
|
| 22 |
+
- `DATA_MANIFEST.tsv`
|
| 23 |
+
- maps each archive name to its ordered split parts
|
| 24 |
+
- `screw_driver_2cams_batch_002_raw.tar.zst.part-*`
|
| 25 |
+
- normal daily regression dataset
|
| 26 |
+
- 3 takes
|
| 27 |
+
- `screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-*`
|
| 28 |
+
- occlusion stress-test dataset
|
| 29 |
+
- 3 takes
|
| 30 |
+
- `SHA256SUMS.txt`
|
| 31 |
+
- checksums for the reconstructed archives
|
| 32 |
+
|
| 33 |
+
Use `scripts/download_test_data.sh` from the `dex-foundationpose` repository to
|
| 34 |
+
download parts, reconstruct the original archives, verify checksums, and extract
|
| 35 |
+
the datasets.
|
| 36 |
+
|
| 37 |
+
Each reconstructed archive extracts into a dataset directory expected by
|
| 38 |
+
`dex-foundationpose`:
|
| 39 |
+
|
| 40 |
+
```text
|
| 41 |
+
demo_data/
|
| 42 |
+
screw_driver_2cams_batch_002/
|
| 43 |
+
screw_driver_2cams_occlusion_20260629_172747/
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
Typical take structure:
|
| 47 |
+
|
| 48 |
+
```text
|
| 49 |
+
take_001/
|
| 50 |
+
calibration_2cams.json
|
| 51 |
+
frames.jsonl
|
| 52 |
+
meta.json
|
| 53 |
+
cam0/
|
| 54 |
+
rgb.mp4
|
| 55 |
+
depth/*.png
|
| 56 |
+
cam1/
|
| 57 |
+
rgb.mp4
|
| 58 |
+
depth/*.png
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
Generated FoundationPose, HaPTIC, and visualization outputs are intentionally not included.
|
SHA256SUMS.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
17d0036c992d75f55c68664c6bbb6e2af13974b1f71f6783cf003acc15662769 screw_driver_2cams_batch_002_raw.tar.zst
|
| 2 |
+
30386b6359f425d4fbef42c7da1eefe7e015f9c8c126ae20530438246f6a3a1d screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst
|
screw_driver_2cams_batch_002_raw.tar.zst.part-000
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5748e9d2442bfe173e50d7cf6d210fdad64daffa1f95fbb855f5b6308b378fc6
|
| 3 |
+
size 1073741824
|
screw_driver_2cams_batch_002_raw.tar.zst.part-001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74b0832f7600f5b32790927d40a71aba975b833428e37c9709566a8722824022
|
| 3 |
+
size 1073741824
|
screw_driver_2cams_batch_002_raw.tar.zst.part-002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24266809d4d28e330747860df7494400e57fb1d8c3c46635e84d68dfd9cf8756
|
| 3 |
+
size 233171242
|
screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-000
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2083e87eab3ab5a3db951f11e6dfd740d449600974bf8b6f63ab279323f2e7dd
|
| 3 |
+
size 1073741824
|
screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d380f2bf1a5e6f405b798b0e96040325d36f91fa8de15c8556a36e77f57aabb0
|
| 3 |
+
size 1073741824
|
screw_driver_2cams_occlusion_20260629_172747_raw.tar.zst.part-002
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d65a09cf52eb3bf3bfb2819674976ec64e1cd7faf44e7fac68bba0a5199ba4a
|
| 3 |
+
size 356521757
|