Display all ongoing challenges
Run this command
evalai challenges ongoing
Display all upcoming challenges
Display all past challenges
Display details of a challenge with ID 1
Display all challenges that you've participated in
Run this command
evalai challenges --participant
Display all challenges that you've hosted
Display all challenge phases of the challenge with
Challenge ID
1
Run this command
evalai challenge 1 phases
Display the details of the phase with ID 4 of the challenge
with ID 1
Run this command
evalai challenge 1 phase 4
Participate in a challenge with ID 1 and team ID 2
Run this command
evalai challenge 1 participate 2
View your participant teams
Run this command
evalai teams --participant
Create a participant team
Run this command
evalai teams create participant
Make a submission to the Phase 4 of a challenge with ID 1
If Challenge 1 is Docker based
Run this command
evalai push <image:tag> -p 4
If Challenge 1 is Docker based and you want to make private submission
Run this command
evalai push <image:tag> -p 4 --private
If Challenge 1 is Docker based and you want to make public submission
Run this command
evalai push <image:tag> -p 4 --public
If Challenge 1 is not Docker based
Run this command
evalai challenge 1 phase 4 submit --file submission.json
If Challenge 1 is not Docker based and submission file is > 400 MB
Run this command
evalai challenge 1 phase 4 submit --file submission.json --large
If Challenge 1 is not Docker based and you want to make private submission
Run this command
evalai challenge 1 phase 4 submit --file submission.json --private
If Challenge 1 is not Docker based and you want to make public submission
Run this command
evalai challenge 1 phase 4 submit --file submission.json --public
View status of a submission with ID 78
Get all the phase splits of the challenge 1 with phase 4
Run this command
evalai challenge 1 phase 4 splits
View the leaderboard of Challenge 1 with Challenge Phase
Split
4
Run this command
evalai challenge 1 leaderboard 4
View all the submissions to Phase 4 of the challenge 1
Run this command
evalai challenge 1 phase 4 submissions
View all the submissions to Phase 4 of the challenge 1
between
06/15/18 and 06/25/18
Run this command
evalai challenge 1 phase 4 submissions -s 06/15/18 -e 06/25/18
Upload challenge phase annotations if user is challenge host
Run this command
evalai challenge 1 phase 4 submit --file annotation.json --annotation
Upload challenge phase annotations > 400MB if user is challenge host
Run this command
evalai challenge 1 phase 4 submit --file annotation.json --large --annotation
Configure the Host URL (OPTIONAL)
Only run the following command if you want to use CLI with your forked version of EvalAI.
Run this command
evalai host -sh https://eval.ai