Datasets:
Document raw Stage 2 and Stage 3 snapshots
Browse files
README.md
CHANGED
|
@@ -40,6 +40,31 @@ per vehicle. The Stage 3 set contains the same 144-view grid for Nissan Patrol
|
|
| 40 |
2021 under Town10HD_Opt/ClearNoon. Thirty-two clean views used earlier for Nissan
|
| 41 |
mesh alignment are excluded from the released confirmation evaluation.
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
## Sample format
|
| 44 |
|
| 45 |
Each sample is a NumPy object array with seven ordered fields:
|
|
@@ -78,8 +103,8 @@ its sealed manifest SHA-256 is
|
|
| 78 |
`05f30d781d083fc49ea1bbe7dfe861204f28911cecd31ba747e980e07e5db748`.
|
| 79 |
|
| 80 |
These aggregate values use the project audit procedure recorded in the included
|
| 81 |
-
provenance files. `SHA256SUMS` additionally
|
| 82 |
-
|
| 83 |
|
| 84 |
## Limitations and responsible use
|
| 85 |
|
|
|
|
| 40 |
2021 under Town10HD_Opt/ClearNoon. Thirty-two clean views used earlier for Nissan
|
| 41 |
mesh alignment are excluded from the released confirmation evaluation.
|
| 42 |
|
| 43 |
+
## Raw snapshot layout
|
| 44 |
+
|
| 45 |
+
| Hub path | Files | Exact bytes | Directory-manifest SHA-256 |
|
| 46 |
+
| --- | ---: | ---: | --- |
|
| 47 |
+
| `raw/stage2_town10_v1/` | 872 | 21,787,037,755 | `4ac82a74b0c9c8b0918b93b911997b12f6401f3cbd4b0c18914125e715faea67` |
|
| 48 |
+
| `raw/stage3_nissan_patrol_2021_sealed_town10_v1/` | 148 | 3,631,182,409 | `89844aa31bd9ca1803b29bb2bddc5379dc8e3ad049c6e4448ce81fbc24dc5c3f` |
|
| 49 |
+
|
| 50 |
+
Each directory has its own `SHA256SUMS`. The Stage 2 manifest covers 871
|
| 51 |
+
payload files (864 samples and seven JSON records); the Stage 3 manifest covers
|
| 52 |
+
147 payload files (144 samples and three JSON records). The checksum file itself
|
| 53 |
+
is excluded from the corresponding manifest and is anchored by the table above.
|
| 54 |
+
|
| 55 |
+
The immutable raw-data release is tagged `raw-v1-20260803`. For example, download
|
| 56 |
+
only the Stage 2 snapshot with the repository utility:
|
| 57 |
+
|
| 58 |
+
```bash
|
| 59 |
+
python tools/huggingface_assets.py download /path/to/release \
|
| 60 |
+
--kind dataset \
|
| 61 |
+
--revision raw-v1-20260803 \
|
| 62 |
+
--allow 'raw/stage2_town10_v1/**'
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
Record the full commit resolved by the tag in experiment provenance rather than
|
| 66 |
+
relying on the moving `main` branch.
|
| 67 |
+
|
| 68 |
## Sample format
|
| 69 |
|
| 70 |
Each sample is a NumPy object array with seven ordered fields:
|
|
|
|
| 103 |
`05f30d781d083fc49ea1bbe7dfe861204f28911cecd31ba747e980e07e5db748`.
|
| 104 |
|
| 105 |
These aggregate values use the project audit procedure recorded in the included
|
| 106 |
+
provenance files. The two directory-level `SHA256SUMS` files additionally verify
|
| 107 |
+
every payload file in the raw snapshots.
|
| 108 |
|
| 109 |
## Limitations and responsible use
|
| 110 |
|