Skip to content

Commit b40833d

Browse files
authored
Update objectdetection.rst
1 parent 4bf7932 commit b40833d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

objectdetection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Result
6969
:align: center
7070

7171
**DETECTION SPEED**
72+
7273
DeepStack offers three modes for object detection, the default mode is
7374
"LOW" offering good performance at maximum speed, the second mode is "MEDIUM"
7475
while the third is "HIGH". The HIGH mode is much slower but offers the best
@@ -78,4 +79,4 @@ modes may failt to detect.
7879
You can specify the mode in the run command for DeepStack has seen below:
7980

8081
::
81-
sudo docker run -e MODE=HIGH -v localstorage:/datastore -p 80:5000 deepquestai/deepstack
82+
sudo docker run -e MODE=HIGH -v localstorage:/datastore -p 80:5000 deepquestai/deepstack

0 commit comments

Comments
 (0)