We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0ae6f commit 8415e73Copy full SHA for 8415e73
README.md
@@ -26,6 +26,10 @@ $ cd AnimalRecognitionDemo
26
$ git lfs install && git lfs fetch && git lfs checkout
27
$ docker-compose up
28
```
29
+If something went wrong, e.g. you skipped installing git-lfs, you need to force docker-compose to rebuild the containers
30
+```
31
+$ docker-compose up --force-recreate --build
32
33
Open a second terminal for the video capturing:
34
35
$ pip install -r camera/requirements.txt
0 commit comments