| file-index | f | True | path to file index json file |
| activity-index | a | True | path to activity index json file |
| chunks | c | True | path to chunks json file |
| nb-video-per-chunk | n | False | number of videos in the chunk |
| video-location | v | True | path to videos content |
| system-cache-dir | s | True | path to system cache directory |
| config-file | C | False | path to config file |
| output-file | o | True | path to merge chunks command result|
| chunk_result | r | True | path to chunks json file after merge chunks execution |
## Usage
Generic command:
```
actev exec -f <path to file.json> -a <path to activity.json> -c <path to chunks.json > -n <number of videos per chunk> -v <path to videos directory> -s <path to system cache directory> -C <path to config file.json> -o <path to output.json> -r <path to chunks result>
| file-index | f | True | path to file index json file |
| activity-index | a | True | path to activity index json file |
| chunks | c | True | path to chunks json file |
| nb-video-per-chunk | n | False | number of videos in the chunk |
| video-location | v | True | path to videos content |
| system-cache-dir | s | True | path to system cache directory |
| config-file | C | False | path to config file |
## Usage
Generic command:
```
actev experiment-init -f <path to file.json> -a <path to activity.json> -c <path to chunks.json > -v <path to videos directory> -s <path to system cache directory>
:warning: if your password starts with *-* as in this example: `-9r45ijFo0`, you should write `--password=-9r45ijFo0` instead of `-p -9r45ijFo0`. Otherwise, the value will be interpreted as an argument to parse.
:information_source: You can also directly add your credentials inside the url.
:warning: if your password or token starts with *-* as in this example: `-9r45ijFo0`, you should write `--password=-9r45ijFo0` instead of `-p -9r45ijFo0`. Otherwise, the value will be interpreted as an argument to parse.
Example:
```
actev get-system other -u https://path/to/file.tgz -l /tmp
```
System setup
------------
```
actev system-setup
```
Design chunks
-------------
Generic command:
```
actev design-chunks -f <path to file.json> -a <path to activity.json> -o <path to output result> -n <number of video per chunks>
```
Example:
```
actev design-chunks -f ~/file.json -a ~/activity.json -o ~/chunks.json -n 96
```
## get-system docker
### Description
Experiment initialization
-------------------------
Generic command:
Downloads a docker image
```
actev experiment-init -f <path to file.json> -a <path to activity.json> -c <path to chunks.json > -v <path to frames directory> -s <path to system cache directory>
:warning: if your password starts with *-* as in this example: `-9r45ijFo0`, you should write `--password=-9r45ijFo0` instead of `-p -9r45ijFo0`. Otherwise, the value will be interpreted as an argument to parse.
:information_source: You can also directly add your credentials inside the url.
Validate and score an output
----------------------------
Generic command:
:warning: if your password or token starts with *-* as in this example: `-9r45ijFo0`, you should write `--password=-9r45ijFo0` instead of `-p -9r45ijFo0`. Otherwise, the value will be interpreted as an argument to parse.
```
actev validate-execution -o <path to output result> -r <path to reference file> -a <path to activity> -f <path to file> -R <path to scoring result>