edgetpu VS test_data

Compare edgetpu vs test_data and see what are their differences.

edgetpu

Coral issue tracker (and legacy Edge TPU API source) (by google-coral)

test_data

Trained and compiled TF Lite models, and other testing data for Coral devices (by google-coral)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
edgetpu test_data
34 1
397 37
3.8% -
2.7 0.0
over 2 years ago over 2 years ago
C++ Starlark
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

edgetpu

Posts with mentions or reviews of edgetpu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-02.

test_data

Posts with mentions or reviews of test_data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-20.
  • ZMEventNotification Failure when running install.sh
    2 projects | /r/ZoneMinder | 20 Jan 2022
    if [ "${INSTALL_CORAL_EDGETPU}" == "yes" ] then # Coral files #echo #echo "Installing pycoral libs, if needed..." #${PY_SUDO} apt-get install libedgetpu1-std -qq #${PY_SUDO} ${INSTALLER} install python3-pycoral -qq echo 'Checking for Google Coral Edge TPU data files...' targets=('coco_indexed.names' 'ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite' 'ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite' 'ssd_mobilenet_v2_face_quant_postprocess_edgetpu.tflite') sources=('https://dl.google.com/coral/canned_models/coco_labels.txt' 'https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite' 'https://github.com/google-coral/test_data/raw/master/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite' 'https://github.com/google-coral/test_data/raw/master/ssd_mobilenet_v2_face_quant_postprocess_edgetpu.tflite') for ((i=0;i<${#targets[@]};++i)) do if [ ! -f "${TARGET_DATA}/models/coral_edgetpu/${targets[i]}" ] then ${WGET} "${sources[i]}" -O"${TARGET_DATA}/models/coral_edgetpu/${targets[i]}" else echo "${targets[i]} exists, no need to download" fi done fi

What are some alternatives?

When comparing edgetpu and test_data you can also consider the following projects:

yolov7 - Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

scrypted - Scrypted is a high performance home video integration and automation platform

frigate - NVR with realtime local object detection for IP cameras

PINTO_model_zoo - A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.

yolov7_d2 - 🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥

Dual-Edge-TPU-Adapter - Dual Edge TPU Adapter to use it on a system with single PCIe port on m.2 A/B/E/M slot

homebridge-wyze-connected-home-op - Wyze Connected Home plugin for Homebridge with support for the Wyze Outdoor Plug

PixelLib - Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

YOLOv6 - YOLOv6: a single-stage object detection framework dedicated to industrial applications.

viseron - Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.

yolact - A simple, fully convolutional model for real-time instance segmentation.