To submit your results to the leaderboard, you must construct a submission zip file containing two files: submit_val.pkl, submit_test.pkl for validation data and test data, respectively. Use the following command to generate the submission file.
zip -r test_submit.zip submit_val.pkl, submit_test.pkl
The pickle format is composed of a dictionary containing keys with boundary id and sub-dictionary containing the Subject, Status_Before and Status_After items of each boundary. The boundary id is in the form of "vid" + "_" + "boundary_index", and the "Status" and "Before/After" is concatenated by underline "_". For example,
{'3yBL-2nND3E_0': {
'Subject': 'man in black t shirt and pant',
'Status_Before': 'walking on the running track holding javelin in hand from left',
'Status_After': 'run on the running track holding javelin in hand from left'
}}.
If you have a question about the submission format or if you are still having problems with your submission, please create a topic in the competition forum (rather than contact the organizers directly by e-mail) and we will answer it as soon as possible.