feat: add YOLO 2026 Coral TPU detection skill (Docker-based)#178
Merged
feat: add YOLO 2026 Coral TPU detection skill (Docker-based)#178
Conversation
Member
solderzzc
commented
Mar 24, 2026
- Docker-only deployment for all platforms (Linux, macOS, Windows)
- Docker Desktop 4.35+ USB/IP for macOS/Windows USB passthrough
- YOLO26n Edge TPU model (INT8, 320x320, ~4ms inference)
- pycoral-based inference with CPU fallback
- JSONL stdin/stdout protocol (same as yolo-detection-2026)
- deploy.sh/deploy.bat for autonomous Docker image build
- Colab/Kaggle compilation script for Edge TPU model
- TPU device selector and clock speed config
- Docker-only deployment for all platforms (Linux, macOS, Windows) - Docker Desktop 4.35+ USB/IP for macOS/Windows USB passthrough - YOLO26n Edge TPU model (INT8, 320x320, ~4ms inference) - pycoral-based inference with CPU fallback - JSONL stdin/stdout protocol (same as yolo-detection-2026) - deploy.sh/deploy.bat for autonomous Docker image build - Colab/Kaggle compilation script for Edge TPU model - TPU device selector and clock speed config
- Docker deployment using official openvino/ubuntu22_runtime image - Supports Intel NCS2 (MYRIAD), Intel GPU (iGPU/Arc), and CPU - AUTO device selector lets OpenVINO pick best available - FP16/INT8/FP32 precision options - YOLO26n with Ultralytics OpenVINO backend - JSONL stdin/stdout protocol (same as yolo-detection-2026) - Colab script for model export (runs on any platform)
… update OpenVINO detect.py: - Add file_read timing metric (matches Coral TPU) - Add frame-not-found guard in main loop (empty detections response) - Add invalid JSON log message instead of silent continue OpenVINO SKILL.md: - Add description fields to all parameters - Add Platform Setup (Linux/macOS/Windows) section - Add Model section with compile instructions - Add Bounding Box Format section OpenVINO deploy.sh: - Add find_docker() function pattern - Add exit code 2 for partial success (CPU-only) - Add architecture to platform progress event - Add accelerator_found field in complete event OpenVINO deploy.bat: - Add Docker version reporting - Add device probe result checking New: scripts/compile_model.py - Local model export (--model, --size, --precision, --output) - FP16/INT8/FP32 via YOLO.export(format=openvino) README.md: - Add Coral TPU and OpenVINO to Skill Catalog (🧪 Testing) - Add Detection & Segmentation Skills architecture section - Add mermaid diagram showing native vs Docker detection paths - Add LLM-Assisted Skill Installation explanation
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.