Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ActEV
diva_evaluation_cli
Commits
b9319783
Commit
b9319783
authored
Feb 27, 2020
by
Baptiste CHOCOT
Browse files
update doc
parent
45b3f93a
Pipeline
#162353
passed with stage
in 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/private_src/entry_points/actev_get_system.py
View file @
b9319783
...
@@ -23,9 +23,10 @@ def entry_point(url, system_type, location=None, user=None, password=None,
...
@@ -23,9 +23,10 @@ def entry_point(url, system_type, location=None, user=None, password=None,
user (str, optional): Username to access the url
user (str, optional): Username to access the url
password (str, optional): Password to access the url
password (str, optional): Password to access the url
token (str, optional): Token to access the url
token (str, optional): Token to access the url
install_cli (bool, optional): Information to know wether CLI has to be
install_cli (bool, optional): Information to know w
h
ether CLI has to be
installed
installed
sha (str, optional): commit SHA or tag to checkout after cloning
sha (str, optional): commit SHA or tag to checkout after cloning
name (str, optional): Directory in which the system will be saved
"""
"""
try
:
try
:
command
=
system_types
[
system_type
]()
command
=
system_types
[
system_type
]()
...
...
doc/cli_commands/actev_exec.md
View file @
b9319783
...
@@ -22,7 +22,7 @@ This command requires the following parameters:
...
@@ -22,7 +22,7 @@ This command requires the following parameters:
| activity-index | a | True | path to activity index json file |
| activity-index | a | True | path to activity index json file |
| chunks | c | True | path to chunks json file |
| chunks | c | True | path to chunks json file |
| nb-video-per-chunk | n | False | number of videos in the chunk |
| nb-video-per-chunk | n | False | number of videos in the chunk |
| video-location | v | True | path to
videos content |
| video-location | v | True | path to
directory containing video files |
| system-cache-dir | s | True | path to system cache directory |
| system-cache-dir | s | True | path to system cache directory |
| config-file | C | False | path to config file |
| config-file | C | False | path to config file |
| output-file | o | True | path to merge chunks command result|
| output-file | o | True | path to merge chunks command result|
...
...
doc/cli_commands/actev_validate_execution.md
View file @
b9319783
...
@@ -16,7 +16,7 @@ This command requires the following parameters:
...
@@ -16,7 +16,7 @@ This command requires the following parameters:
| file-index | f | True | path to file index json file |
| file-index | f | True | path to file index json file |
| activity-index | a | True | path to activity index json file |
| activity-index | a | True | path to activity index json file |
| result | R | False | path to result of the ActEV scorer |
| result | R | False | path to result of the ActEV scorer |
| score | s | False | sets flag to score system
|
| score | s | False | sets flag to score
the
system
output against a reference
|
## Usage
## Usage
...
...
Baptiste CHOCOT
@bchocot
mentioned in issue
#23 (closed)
·
Feb 27, 2020
mentioned in issue
#23 (closed)
mentioned in issue #23
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment