legalaspro commited on
Commit
fe1bbd0
·
verified ·
1 Parent(s): a129331

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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