When reviewing the dlandon's docker instructions there aren't any definitions for this so do I need to go into the docker and install these manually? The dlandon's ZM installation appears to take similar switches as the ZMEventNotification but not explicitly the INSTALL_CORAL_EDGETPU switch.
ZMEventNotification options:
Code: Select all
sudo INSTALL_YOLOV3=no INSTALL_YOLOV4=yes ./install.sh
Code: Select all
sudo -H INSTALL_CORAL_EDGETPU=yes ./install.sh # and follow the prompts
Code: Select all
-e INSTALL_HOOK="0" \
-e INSTALL_FACE="0" \
-e INSTALL_TINY_YOLOV3="0" \
-e INSTALL_YOLOV3="0" \
-e INSTALL_TINY_YOLOV4="0" \
-e INSTALL_YOLOV4="0" \
-e MULTI_PORT_START="0" \
-e MULTI_PORT_END="0" \