DEEPOMATIC_API_KEY
. Make sure you have followed the previous section to setup your command line environment:org
(organization name) and project_name
from Deepomatic platform. This is the destination project for the upload. Simply go into the project and retrieve the URL which will contain the project name: https://studio.deepomatic.com/<org>/project-views/<project_name>/views
.project
, you can specify either:--recursive
optiondata
field for each image. When the image is stored locally use the key file
instead of url
.infer
: Compute predictions only.draw
: Display the prediction result, whether tags or the bounding boxes.blur
: Blur the inside of the bounding boxes.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
update
command updates the app_version of a site in the api.workflow.yaml
file and optionally a custom_nodes.py
file. You also need to spey the list of model version ids (also called recognition ids).update
command updates the app_version of a site in the api.service
commands.