diff --git a/deploy/README.md b/deploy/README.md index 5afeb72..c796c0f 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -33,7 +33,7 @@ Here are some notes on how you can get the VespAI detection running using the pr - `` is the hostname or IP address of your Raspberry Pi. - `` is the name of the primary user you setup on your Raspberry Pi. - `` is the URL of the git repo, e.g. `https://github.com/andrw3000/vespai.git` - - `` is the branch-name (or other git ref) in the git repo, e.g. `main` > [!NOTE] > This playbook clones the vespai repository and tracks/updates all submodules (to mitigate [issue #1](https://github.com/andrw3000/vespai/issues/1)); it subsequently checks out the `models/yolov5` submodule to [commit `23701eac`](https://github.com/ultralytics/yolov5/tree/23701eac7a7b160e478ba4bbef966d0af9348251), which was at the [HEAD of main branch](https://github.com/andrw3000/vespai/tree/786c394a8835cc2850ec3a462a8aaaf2e8520172/models) when I first created this playbook. _Using the older commit/version of `yolov5` stops it automatically trying to download newer package versions/dependencies; also, `monitor/monitor_run.py` throws a `ModuleNotFoundError` exception when run with the current HEAD of `yolov5` main branch._