Instructions to use legalaspro/act_so101_auto_v1_hailo10h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use legalaspro/act_so101_auto_v1_hailo10h with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
- hailo
|
| 7 |
- onnx
|
| 8 |
- edge-ai
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# act_so101_auto_v1_hailo10h
|
|
@@ -17,4 +19,6 @@ Includes:
|
|
| 17 |
- act_transformer.int8.onnx
|
| 18 |
- norm_stats.npz
|
| 19 |
|
|
|
|
|
|
|
| 20 |
Original ACT policy: https://huggingface.co/legalaspro/act_so101_auto_v1
|
|
|
|
| 6 |
- hailo
|
| 7 |
- onnx
|
| 8 |
- edge-ai
|
| 9 |
+
- so101-ros-physical-ai
|
| 10 |
+
- ros2
|
| 11 |
---
|
| 12 |
|
| 13 |
# act_so101_auto_v1_hailo10h
|
|
|
|
| 19 |
- act_transformer.int8.onnx
|
| 20 |
- norm_stats.npz
|
| 21 |
|
| 22 |
+
The two ResNet-18 vision encoders run on the Hailo-10H NPU in INT8, while the transformer remains on the Raspberry Pi 5 CPU because multi-head attention does not yet compile reliably in Hailo DFC 5.1.x. In practice this split preserves near-FP32 behavior.
|
| 23 |
+
|
| 24 |
Original ACT policy: https://huggingface.co/legalaspro/act_so101_auto_v1
|