Raffael-Kultyshev commited on
Commit
8b905aa
·
verified ·
1 Parent(s): aa91595

Update accuracy to 5mm for occluded joints

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ RGB-D hand manipulation dataset captured with iPhone 13 TrueDepth sensor for hum
25
 
26
  **Data Integrity & Occlusion Handling:**
27
  - **Visible joints:** Direct depth measurement from TrueDepth sensor (<3mm accuracy)
28
- - **Self-occluded joints:** Estimated via scaled MediaPipe world landmarks anchored to visible wrist position (~5-8mm accuracy)
29
  - **Euler angles:** Unwrapped for continuous visualization without ±180° discontinuities
30
  - **Confidence scores:** Each joint has a confidence value (1.0 = depth-based, 0.7 = estimated)
31
 
 
25
 
26
  **Data Integrity & Occlusion Handling:**
27
  - **Visible joints:** Direct depth measurement from TrueDepth sensor (<3mm accuracy)
28
+ - **Self-occluded joints:** Estimated via scaled MediaPipe world landmarks anchored to visible wrist position (5mm accuracy)
29
  - **Euler angles:** Unwrapped for continuous visualization without ±180° discontinuities
30
  - **Confidence scores:** Each joint has a confidence value (1.0 = depth-based, 0.7 = estimated)
31