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.

How To

Simple usage

Code Block
languagebash
 classifier {file}
Code Block
languagebash
classifier /path/to/file.#.exr

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

...

You can pass multiple file paths to the software.

Code Block
languagebash
classifier {file1} {file2} {file3}

...

Get information about the current software version and the categories that can be classified.

Code Block
languagebash
classifier --info

key

description

id

the identifier for the class from Wikidata

human-readable

meaningful readable label

synonym

a list of different words for this class

...