Skip to content

V1.1.0

Latest
Compare
Choose a tag to compare
@mwray mwray released this 25 Aug 12:46
· 16 commits to master since this release
6c92b84

This release coincides with the release of the 5 2021 challenge leaderboards for EPIC-KITCHENS-100.

Major changes compared to V1.0.0:

  • Addition of Unsupervised Domain Adaptation validation files (ad808df)
  • Addition of sentence files for the Multi-Instance Retrieval Challenge (f36021a)
  • Adds missing metadata for returning/new kitchens (65192d4)
  • Adds information on tail classes and unseen participant IDs (be2e688)
  • Adds video information for fps, duration, resolution (6c92b84)

See the readme.md for more information about the new files.

The version of the python pickles can be checked as follows to ensure you have the correct version:

>>> import pandas as pd
>>> train = pd.read_pickle('EPIC_100_train.pkl')
>>> train._metadata['version_number']
'v1.1.0'

There is also a commit number (accessible via train._metadata['commit_hash']) should you need to check specifically which commit these pickles were generated from.