Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This is the command line tool from das-element for classification of image, sequence and movie files.

Deploy it on your render farm to use it in a post render process for labeling of elements.

How To

Simple Example

classifier /path/to/file.mov

// result
{"/path/to/file.mov": [{"label": "fire", "description": "rapid oxidation of a material", "value": "Q3196"}]}

Multiple files

classifier /path/to/file /path/to/another/file

flag

--info

Shows all information the software.
It will list all categories that this version of the machine learning model can classify.

id - the identifier for the class from wikidata
human-readable - readable label
synonym - a list of different words for this class

  • No labels