...
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 | ||
---|---|---|
| ||
classifier {file} |
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
classifier {file1} {file2} {file3} |
...
Get information about the current software version and the categories that can be classified.
Code Block | ||
---|---|---|
| ||
classifier --info |
key | description |
---|---|
| the identifier for the class from Wikidata |
| meaningful readable label |
| a list of different words for this class |
...