ZMEventNotification Failure when running install.sh

This page summarizes the projects mentioned and recommended in the original post on /r/ZoneMinder

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

    Coral issue tracker (and legacy Edge TPU API source)

  • 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

  • test_data

    Trained and compiled TF Lite models, and other testing data for Coral devices

  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts