Sampade07 commited on
Commit
4fa2ec2
·
verified ·
1 Parent(s): 90e90e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -3
README.md CHANGED
@@ -1,3 +1,73 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ - object-detection
6
+ - segmentation
7
+ tags:
8
+ - synthetic
9
+ - humanoid
10
+ - kinematics
11
+ - 6-DoF
12
+ - radar-24ghz
13
+ - sensor-fusion
14
+ pretty_name: Anode AI Humanoid Kinetic Fleet
15
+ size_categories:
16
+ - 1M<n<10M
17
+ ---
18
+
19
+ # 🤖 Anode AI: Humanoid Kinetic Fleet (v1.0)
20
+
21
+ **High-Fidelity Synthetic Tensors for Next-Gen Humanoid Perception & Control.**
22
+
23
+ Anode AI’s **Humanoid Kinetic Fleet** is a mathematically deterministic synthetic dataset designed to bridge the Sim2Real gap for domestic and industrial humanoid robotics. Unlike standard computer vision datasets, this collection includes full **6-DoF ground truth**, **kinematic torque vectors**, and **Gaussian stochastic noise** modeled on real-world 24GHz radar and LiDAR interference.
24
+
25
+ ---
26
+
27
+ ## 📊 Dataset Summary
28
+
29
+ - **Total Records:** 1,240,000+ Frames
30
+ - **Format:** `.jsonl.gz` (Compressed JSON Lines)
31
+ - **Capture Rate:** 90Hz (Temporal Coherence)
32
+ - **Domain:** Domestic Environments (Kitchen, Living Room, Dining)
33
+ - **Physics Engine:** Anode Mud Engine v2.1 (Euler Integration)
34
+
35
+ ---
36
+
37
+ ## 🛠 Data Structure & Schema
38
+
39
+ Each record contains a multi-modal snapshot of the robot's state and its environment.
40
+
41
+ ### 1. Robot Kinematics
42
+ - **6-DoF Pose:** Precise [x, y, z] and Quaternions for the base and end-effectors.
43
+ - **Joint Dynamics:** 18-axis joint angles and velocities.
44
+ - **Force Feedback:** Torque vectors (Nm) and gripper pressure (N).
45
+
46
+ ### 2. Semantic Intelligence
47
+ - **Object Metadata:** Includes `mass_kg` and `kinetic_energy_j` for interaction logic.
48
+ - **Intent Prediction:** Behavioral labels for dynamic entities (e.g., `Child_5yo_Running`).
49
+ - **Threat Vectors:** Closing speeds and potential impact time calculations.
50
+
51
+ ### 3. Sensor Fidelity (Stochastic Layer)
52
+ - **Gaussian Noise:** Modeled via Box-Muller transforms to simulate sensor jitter.
53
+ - **Domain Randomization:** Variable lighting (Lux), texture shifts, and color variations.
54
+
55
+ ---
56
+
57
+ ## 🔬 Technical Specifications
58
+
59
+ | Parameter | Specification | Logic |
60
+ | :--- | :--- | :--- |
61
+ | **Noise Model** | Gaussian (Box-Muller) | Sustainable Real-World Noise |
62
+ | **Physics Integration** | Euler (dt=0.1s) | Kinematic Continuity |
63
+ | **Integrity Check** | SHA-256 | Cryptographic Data Provenance |
64
+ | **Coordinate System** | RHS (Right-Handed) | Standard Robotics Convention |
65
+
66
+ ---
67
+
68
+ ## 🚀 Usage
69
+
70
+ This dataset is optimized for:
71
+ 1. **Reinforcement Learning (RL):** Training humanoids for object manipulation using mass/torque metadata.
72
+ 2. **Edge-Case Detection:** Testing model failure points in low-light/high-clutter scenarios.
73
+ 3. **Sensor Fusion:** Aligning 24GHz Radar returns with LiDAR point clouds.