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 4bf7932 commit b40833dCopy full SHA for b40833d
objectdetection.rst
@@ -69,6 +69,7 @@ Result
69
:align: center
70
71
**DETECTION SPEED**
72
+
73
DeepStack offers three modes for object detection, the default mode is
74
"LOW" offering good performance at maximum speed, the second mode is "MEDIUM"
75
while the third is "HIGH". The HIGH mode is much slower but offers the best
@@ -78,4 +79,4 @@ modes may failt to detect.
78
79
You can specify the mode in the run command for DeepStack has seen below:
80
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