Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| coral [2022/11/25 23:33] – [Coral USB] gerald | coral [2024/02/29 13:36] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 30: | Zeile 30: | ||
| Object detection and image classification with Google Coral USB Accelerator ((https:// | Object detection and image classification with Google Coral USB Accelerator ((https:// | ||
| + | |||
| + | Video : https:// | ||
| + | |||
| + | |||
| + | Use Coral Edge TPUs to run TFlite models in Node with TensorFlow.js: | ||
| + | |||
| + | X-LINUX-AI - object detection using Coral Edge TPU TensorFlow Lite C++ API : [[https:// | ||
| + | |||
| + | ==== Beispiele ==== | ||
| + | |||
| + | === semantic_segmentation.py === | ||
| + | |||
| + | |||
| + | Fehler in ' | ||
| + | |||
| + | Zeile 131: | ||
| + | < | ||
| + | output_img.paste(mask_img, | ||
| + | </ | ||
| + | muss heissen: | ||
| + | < | ||
| + | output_img.paste(mask_img, | ||
| + | </ | ||
| + | |||
| + | Imagemagick - | ||
| + | Trimming with a Specific Color: [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== STM32MP1 ===== | ||
| + | |||
| + | |||
| + | [[https:// | ||
| ===== Models ===== | ===== Models ===== | ||
| [[https:// | [[https:// | ||
| + | ===== Projekte ===== | ||
| + | Body segmentation https:// | ||