Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| coral [2022/11/21 22:47] – angelegt gerald | coral [2024/02/29 13:36] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 28: | Zeile 28: | ||
| ===== Coral USB ===== | ===== Coral USB ===== | ||
| + | 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 ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ===== Projekte ===== | ||
| + | |||
| + | Body segmentation https:// | ||