...
Simple usage
classifier {file}
The
file path can be to a Valid file paths are …
single file (single image or movie file)
...
:
/path/to/file.exr
/path/to/file.mov
sequence of files
/path/to/sequence.#.exr
/path/to/sequence.%04d.exr
directory
the software will crawl the folder structure to find any media files or sequences
Code Block | ||
---|---|---|
| ||
classifier /path/to/file.#.exr
# result:
{"/path/to/file.#.exr": [{"label": "fire", "description": "rapid oxidation of a material", "value": "Q3196"}]} |
Multiple files
You can pass multiple file paths to the software.
classifier {file1} {file2} {file3}
...