purpose: Begins processing the videos of the validation dataset. The for loop is run on the main instance, while the "actev" commands are run on the node.
commands:
for chunk in `jq 'keys' /outputs/exec_results/${dataset}/${dataset}_designed_chunks.json`; do
actev pre-process-chunk -i $chunk -s /mnt
actev process-chunk -i $chunk -s /mnt
actev post-process-chunk -i $chunk -s /mnt
done
STEP: actev merge chunks
purpose: merges the outputs from the different chunks into one output and validates it
purpose: Begins processing the videos of the validation dataset. The for loop is run on the main instance, while the "actev" commands are run on the node.
commands:
for chunk in `jq 'keys' /outputs/exec_results/${validation_dataset}/${validation_dataset}_designed_chunks.json`; do
actev pre-process-chunk -i $chunk -s /mnt
actev process-chunk -i $chunk -s /mnt
actev post-process-chunk -i $chunk -s /mnt
done
STEP: actev merge chunks
purpose: merges the outputs from the different chunks into one output