Rimbot commited on
Commit
de55cba
·
verified ·
1 Parent(s): 2bdee60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -22
README.md CHANGED
@@ -366,27 +366,6 @@ The `raw/lerobot/` directories are compatible with the [LeRobot](https://github.
366
  - Validation issues are limited to P1 informational notes (`P1_LEGACY_APPROVED_NEEDS_REVIEW` — indicating segments migrated from a legacy annotation workflow)
367
  - SHA-256 checksums are provided at both the package level (`checksums.sha256`) and the annotated subset level (`annotated/checksums.sha256`)
368
 
369
- ### Validation Summary (Current Release)
370
-
371
- | Sub-Dataset | P0 (Critical) | P1 (Info) | P2 (Warning) |
372
- |---|---|---|---|
373
- | 0508_1_mortar_pestle | 0 | 214 | 0 |
374
- | 0508_2_mortar_pestle | 0 | 201 | 0 |
375
- | 0508_3_crucible_tongs_transfer | 0 | 345 | 0 |
376
- | 0508_4_crucible_tongs_transfer | 0 | 237 | 0 |
377
-
378
- ### Integrity Verification
379
-
380
- ```bash
381
- # Verify full package integrity
382
- cd 0508_1_mortar_pestle
383
- sha256sum -c checksums.sha256
384
-
385
- # Verify annotated subset only
386
- cd annotated
387
- sha256sum -c checksums.sha256
388
- ```
389
-
390
  ---
391
 
392
  ## 📝 Processing Notes
@@ -405,7 +384,7 @@ The original `0508_4` LeRobot recording contains more than one task. Episodes 00
405
  | Component | Specification |
406
  |---|---|
407
  | **Teleoperation system** | UDexReal hand-tracking gloves with integrated tactile sensing |
408
- | **Cameras** | Dual RGB cameras (ego-view + side-view), 640×480, 30 FPS |
409
  | **Tactile sensors** | Dual tactile gloves, 256 pressure channels per hand |
410
  | **Recording framework** | LeRobot v3.0 |
411
  | **Annotation tool** | Custom JSONL-based annotation pipeline with schema validation |
 
366
  - Validation issues are limited to P1 informational notes (`P1_LEGACY_APPROVED_NEEDS_REVIEW` — indicating segments migrated from a legacy annotation workflow)
367
  - SHA-256 checksums are provided at both the package level (`checksums.sha256`) and the annotated subset level (`annotated/checksums.sha256`)
368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
369
  ---
370
 
371
  ## 📝 Processing Notes
 
384
  | Component | Specification |
385
  |---|---|
386
  | **Teleoperation system** | UDexReal hand-tracking gloves with integrated tactile sensing |
387
+ | **Cameras** | Dual RealSense cameras (ego-view + side-view), 640×480, 30 FPS |
388
  | **Tactile sensors** | Dual tactile gloves, 256 pressure channels per hand |
389
  | **Recording framework** | LeRobot v3.0 |
390
  | **Annotation tool** | Custom JSONL-based annotation pipeline with schema validation |