We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Plugins
label-from-filename-ic
label-from-filename-ac
Options
--use-full-path
--regexp
--label-format
{X}
Example The following options
--regexp "(.*)-[0-9]+\.(csv|jpg)" --label-format "{1}"
will turn:
dog-1234.jpg
into the following label:
dog
The text was updated successfully, but these errors were encountered:
fracpete
No branches or pull requests
Plugins
label-from-filename-ic
- image classificationlabel-from-filename-ac
- audio classificationOptions
--use-full-path
- rather than just the filename for the regexp--regexp
- the regular expression to extract groups from--label-format
- uses{X}
for referencing the regexp groups in the format stringExample
The following options
will turn:
into the following label:
The text was updated successfully, but these errors were encountered: