Update Readme
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ It is designed for edge robotics. Unlike solutions relying on cloud APIs, TinyLi
|
|
18 |
- Runs entirely on-device for enhanced privacy. No API keys or cloud dependency.
|
19 |
- Runs on everyday hardware; no GPU or excessive RAM needed.
|
20 |
- Tested with ArduPilot SITL.
|
21 |
-
- Achieves **
|
22 |
- Supported Commands:
|
23 |
1. Arm
|
24 |
2. Disarm
|
@@ -32,6 +32,7 @@ It is designed for edge robotics. Unlike solutions relying on cloud APIs, TinyLi
|
|
32 |
| Platform | RAM | Inference Time (avg) | Status |
|
33 |
|-------------------------|------------------|-----------------------|-------------|
|
34 |
| Win 11 (App) & WSL2 (SITL) | 16 GB | 1.7 - 4s (Avg 2.2s) | β
Tested |
|
|
|
35 |
| Raspberry Pi 5 | 4 GB | 0.8 - 2s (Avg 1.5s) | β
Tested |
|
36 |
| NVIDIA Jetson Nano | - | - | β Not tested |
|
37 |
|
|
|
18 |
- Runs entirely on-device for enhanced privacy. No API keys or cloud dependency.
|
19 |
- Runs on everyday hardware; no GPU or excessive RAM needed.
|
20 |
- Tested with ArduPilot SITL.
|
21 |
+
- Achieves **0.9β2.2s** inference times on CPU, depending on hardware.
|
22 |
- Supported Commands:
|
23 |
1. Arm
|
24 |
2. Disarm
|
|
|
32 |
| Platform | RAM | Inference Time (avg) | Status |
|
33 |
|-------------------------|------------------|-----------------------|-------------|
|
34 |
| Win 11 (App) & WSL2 (SITL) | 16 GB | 1.7 - 4s (Avg 2.2s) | β
Tested |
|
35 |
+
| Win 11 (TinyLink) | 16 GB | 0.5 - 1.2s (Avg 0.9s) | β
Tested |
|
36 |
| Raspberry Pi 5 | 4 GB | 0.8 - 2s (Avg 1.5s) | β
Tested |
|
37 |
| NVIDIA Jetson Nano | - | - | β Not tested |
|
38 |
|