Skip to content

Commit df16943

Browse files
committed
Modify: README - Updated README.md
1 parent 63fa7b2 commit df16943

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,20 @@ docker run -d -p 8080:8080 -v /path/to/images:/path/to/images beniz/deepdetect_c
1818
```
1919

2020
PLEASE NOTE THAT THE PATH IN THE HOST SHOULD BE THE SAME IN THE CONTAINER!
21+
2122
Example:
2223
```
2324
docker run -d -p 8080:8080 -v /home/corentin/Images:/home/corentin/Images beniz/deepdetect_cpu
2425
```
2526

2627
If you prefeer using DeepDetect without Docker, refeer to the official documentation here:
28+
2729
https://github.com/jolibrain/deepdetect/blob/master/README.md
30+
2831
You'll find how to install it without Docker.
2932

3033
Then, download the latest DeepSort release from https://github.com/CorentinB/DeepSort/releases
34+
3135
Unzip your release, rename it `deepsort` and make it executable with:
3236
```
3337
chmod +x deepsort

0 commit comments

Comments
 (0)