DEEPOMATIC_APP_ID
DEEPOMATIC_API_KEY
MODEL_VERSION_ID
of the model version that you want to test, you need to go to the Library page and click on the options button of the desired model version. You then need to click on Credentials to get the model version id.MODEL_VERSION_ID
is specified with the -r
or --recognition_id
argument.infer
: Compute predictions only.draw
: Display the prediction result, whether tags or the bounding boxes.blur
: Blur the bounding boxes.noop is mentionned later on but not sure what it is
bmp
, jpeg
, jpg
, jpe
,png
, tif
and tiff
.avi
, mp4
, webm
and mjpg
.rtsp
, http
and https
.-i
for input
option. Below an example with each type of inputs.bmp
, jpeg
, jpg
, jpe
,png
, tif
and tiff
.avi
and mp4.
-s
or --studio_format
option.-o frame %03d.json
will output frame001.json
, frame002.json
, ...-o pred_%s.jpg
will output pred_img1_123.json
, pred_img2_123.json
, ...stdout
option. For instance this allows you to stream directly to vlc.q
.-o
for output
option. Below an example with each type of inputs.-f
and a long flag --flag
. Note that one use a simple -
while the other uses two --
. Also some options need an additional argument. Find below the option table. When indicated, all
means that all three commands infer
, draw
and blur
are concerned.i
input
all
input_fps
all
skip_frame
all
R
recursive
all
o
output
all
output_fps
all
s
studio_format
infer
draw
blur
F
fullscren
draw
blur
noop
from_file
draw
blur
r
recognition_id
infer
draw
blur
t
threshold
infer
draw
blur
S
draw_score
draw
no_draw_scores
draw
L
draw_labels
draw
no_draw_labels
draw
M
blur_method
blur
pixel
, gaussian
or black.
B
blur_strengh
blur
verbose
all