Raffael-Kultyshev commited on
Commit
3acc4bd
·
verified ·
1 Parent(s): 6b0b458

Remove depth quality metrics from README

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -73,12 +73,6 @@ humanoid-robots-training-dataset/
73
  │ ├── info.json # Dataset configuration (LeRobot format)
74
  │ ├── stats.json # Feature min/max/mean/std statistics
75
  │ ├── events.json # Disturbance & recovery annotations
76
- │ ├── depth_quality_summary.json # Per-episode depth QC metrics
77
- │ └── annotations_motion_v1_frames.json # Motion semantics annotations
78
-
79
- └── README.md
80
- ```
81
-
82
  ---
83
 
84
  ## 🎯 Data Schema
@@ -178,12 +172,9 @@ Disturbances and recovery actions for select episodes.
178
 
179
  ## 📈 Depth Quality Metrics
180
 
181
- **File:** `meta/depth_quality_summary.json`
182
-
183
  | Metric | Description | Dataset Average |
184
  |--------|-------------|-----------------|
185
  | `valid_depth_pct` | % frames with valid depth at hand | 95.5% ✅ |
186
- | `plane_rms_mm` | RMS deviation from flat surface | 5.73mm ✅ |
187
 
188
  ---
189
 
 
73
  │ ├── info.json # Dataset configuration (LeRobot format)
74
  │ ├── stats.json # Feature min/max/mean/std statistics
75
  │ ├── events.json # Disturbance & recovery annotations
 
 
 
 
 
 
76
  ---
77
 
78
  ## 🎯 Data Schema
 
172
 
173
  ## 📈 Depth Quality Metrics
174
 
 
 
175
  | Metric | Description | Dataset Average |
176
  |--------|-------------|-----------------|
177
  | `valid_depth_pct` | % frames with valid depth at hand | 95.5% ✅ |
 
178
 
179
  ---
180