Commit Graph

4 Commits

Author SHA1 Message Date
4cb160b88c feat: update OTA config to use stream-gateway (port 9000) and add build script 2026-05-09 13:36:12 +08:00
6e88d2392f feat: add dynamic config reload, unique device identity (UUID), and MQTT support
- New StreamManager for dynamic RTSP/FLV stream lifecycle
- Dynamic worker scaling for inference
- Device UUID generation and persistence
- Telegraf config and NPU monitoring scripts
- .gitignore for build artifacts
2026-05-08 16:26:10 +08:00
c69d9b1457 feat: add YOLOv8n ONNX model and ATC conversion script
- yolov8n.onnx (13MB) exported from ultralytics YOLOv8n
- scripts/atc_convert.sh for ONNX->OM conversion on Ascend 310B4
- Use FP16 precision for faster inference on edge device
2026-05-06 22:49:13 +08:00
f6a85d7dfc init: tianyan-edge edge agent with Ascend NPU inference backend
- Go main process: stream ingestor, infer client, event uploader,
  heartbeat, config agent, OTA agent
- Python inference server rewritten to use CANN ACL (acl module)
  replacing ultralytics/PyTorch; supports YOLOv8 raw and YOLOv10
  NMS-free output formats via OUTPUT_FORMAT env var
- systemd services for edge-agent and edge-infer
- build/install/package scripts targeting arm64

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-06 21:49:04 +08:00