test_data

Trained and compiled TF Lite models, and other testing data for Coral devices (by google-coral)

Test_data Alternatives

Similar projects and alternatives to test_data

  • edgetpu

    Coral issue tracker (and legacy Edge TPU API source)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better test_data alternative or higher similarity.

test_data reviews and mentions

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

Stats

Basic test_data repo stats
1
37
0.0
over 2 years ago

google-coral/test_data is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of test_data is Starlark.

Popular Comparisons

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com