This is the command line tool from das-element for classification of image, sequence and movie files.
Tip |
---|
Deploy it on your render farm to use it in a post render process for labeling of elements. |
How To
Simple Example
Code Block | ||
---|---|---|
| ||
classifier /path/to/file.mov
// result
{"/path/to/file.mov": [{"label": "fire", "description": "rapid oxidation of a material", "value": "Q3196"}]} |
Multiple files
Code Block |
---|
classifier /path/to/file /path/to/another/file |
flag | |
---|---|
--info | Shows all information the software. |