video_annotator config
command
The video_annotator config
utility command helps auto-generate VideoAnnotator config. It supports several options:
# Sample launching commands
mephisto video_annotator config
mephisto video_annotator config --update-file-location-values "https://s3.amazonaws.com/..." --use_presigned_urls
mephisto video_annotator config --update-file-location-values "https://s3.amazonaws.com/..."
mephisto video_annotator config --permutate-separate-tokens
mephisto video_annotator config --extrapolate-token-sets
mephisto video_annotator config --verify
# Parameters that work together
mephisto video_annotator config --directory /my/own/path/to/data/ --verify
mephisto video_annotator config --directory /my/own/path/to/data/ --extrapolate-token-sets
mephisto video_annotator config --directory /my/own/path/to/data/ --extrapolate-token-sets --copy-config-files
mephisto video_annotator config --update-file-location-values "https://s3.amazonaws.com/..."
where
-d/--directory
- a modifier for allvideo_annotator config
command options that specifies the directory where all annotator JSON config files are located (if missing the default ismephisto/generators/video_annotator/data
directory)-c/--copy-config-files
- a modifier for allform_composer config
command options that allows to copy all data files from specified in--directory
to the generator's data directory. It can be useful, when you have a bunch of different data directories-v/--verify
- if truthy, validates all JSON configs currently present in the annotator builder config directory-p/--permutate-sepatate-tokens
- if truthy, generates token sets values as all possible combinations of values of individual tokens-f/--update-file-location-values S3_FOLDER_URL
- generates token values based on file names found within the specified S3 folder (see a separate section about this mode of running VideoAnnotator)-e/--extrapolate-token-sets
- if truthy, generates Task data config based on provided annotator config and token sets values-u/--use-presigned-urls
- a modifier for--update-file-location-values
command that converts S3 URLs into short-lived rtemporary ones (for more detailes see "Presigned URLs" section)
Shortcut commands
mephisto video_annotator config
executes the following commands in one step:
mephisto video_annotator config --permutate-separate-tokens
mephisto video_annotator config --extrapolate-token-sets
mephisto video_annotator config --verify