epic-kitchens-55-lib
epic-kitchens-55-lib copied to clipboard
:coffee: EPIC-KITCHENS-55 dataset python library
EPIC-KITCHENS-55 python library
A library for easily integrating the EPIC-KITCHENS-55 egocentric dataset in your experiments
Install
$ pip install epic-kitchens
Details
- Segmentation scripts for splitting raw video frames/flow into action segments
- GulpIO adapter for ingesting and reading the dataset. This works particularly well for PyTorch and Tensorflow models.
- Dataset classes for loading and augmenting data
- Utilities for converting between frame indices for RGB and flow.
See the CHANGELOG for release notes
WARNING: If you have used v1.4.0 or below to gulp flow, please delete the data and regulp due to an issue in reading files from disk, the gulped frames will be unordered instead of ordered by frame index (i.e. lexicographically).
Check out the documentation on Read the docs