Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

You can deploy it on your render farm to use it in a post-render process for labeling of elements

Info

Each version will be shipped with the model inside. Use the --info flag to get the version number

Installation

Save the software to your preferred location. That’s all!

On Linux make sure to run this command to make the file executable:

Code Block
chmod +x das-element-cli_{version}_lin

How To

Simple usage

Code Block
languagebash
das-element-cli.exe {file}

...

flag

description

--info

Shows information of the software.
List all categories that this version of the model can classify.

--top {number}

Get the top X predictions of labels.

Info

The first two predictions are probably the most significant ones.

--model

File path to another model file (.wit)
Each version will be shipped with a model file inside the executable

--filmstrip_frames

Set the number of frames of a filmstrip for a sequence of images or movie files.
default value: 36

higher value: takes longer, but this might give you more different labels
lower value: faster, but might return less labels

Info

Example: for a sequence of 1000 frames only a number of frames get validated. This helps to speed up the process and still gets you a good result.

--debug

debugging mode

...