OpenPack Challenge 2022 @ PerCom 2022 WS BiRD Forum

Go back to competition Back to thread list Post in this thread

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

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
```

Posted by: Getty708 @ Jan. 13, 2023, 2:07 a.m.

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

Posted by: Getty708 @ Jan. 13, 2023, 2:09 a.m.
Post in this thread