How to make submission file for "FINAL PHASE" with "Tutorial_Basics_of_Modeling.ipynb" ?

11 views
Skip to first unread message

OpenPack Dataset & Challenges2022

unread,
Jan 12, 2023, 9:16:49 PM1/12/23
to OpenPack Dataset & Challenges2022

Hello! I'm Naoya from OpenPack Challenge organizer team.

"Tutorial_Basics_of_Modeling.ipynb" is intended to explain the basics of the work activity recognition model and is not intended to create a file for submission to the codalab.
The train/test split used in this notebook is different for the development and final phases.

If you wish to generate a submission.zip for the final phase, please make the following changes.
```
# cfg.dataset.split = optk.configs.datasets.splits.DEBUG_SPLIT # Comment out
cfg.dataset.split = optk.configs.datasets.splits.OPENPACK_CHALLENGE_2022_SPLIT # Add this line
```

See also https://github.com/open-pack/openpack-torch/issues/13 .
Thank you.

Best regards,
Naoya Yoshimura

Reply all
Reply to author
Forward
0 new messages