File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,20 @@ docker run -d -p 8080:8080 -v /path/to/images:/path/to/images beniz/deepdetect_c
1818```
1919
2020PLEASE NOTE THAT THE PATH IN THE HOST SHOULD BE THE SAME IN THE CONTAINER!
21+
2122Example:
2223```
2324docker run -d -p 8080:8080 -v /home/corentin/Images:/home/corentin/Images beniz/deepdetect_cpu
2425```
2526
2627If you prefeer using DeepDetect without Docker, refeer to the official documentation here:
28+
2729https://github.com/jolibrain/deepdetect/blob/master/README.md
30+
2831You'll find how to install it without Docker.
2932
3033Then, download the latest DeepSort release from https://github.com/CorentinB/DeepSort/releases
34+
3135Unzip your release, rename it ` deepsort ` and make it executable with:
3236```
3337chmod +x deepsort
You can’t perform that action at this time.
0 commit comments