An open API service indexing awesome lists of open source software.

https://github.com/epic-kitchens/epic-kitchens-55-lib

:coffee: EPIC-KITCHENS-55 dataset python library
https://github.com/epic-kitchens/epic-kitchens-55-lib

action-recogntion dataset egocentric-action-recognition epic-kitchens helper library python pytorch tensorflow

Last synced: 7 months ago
JSON representation

:coffee: EPIC-KITCHENS-55 dataset python library

Awesome Lists containing this project

README

          

# EPIC-KITCHENS-55 python library

[![CircleCI status badge](https://img.shields.io/circleci/project/github/epic-kitchens/epic-lib/master.svg)](https://circleci.com/gh/epic-kitchens/epic-lib)
[![codecov](https://codecov.io/gh/epic-kitchens/epic-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/epic-kitchens/epic-lib)
[![Documentation Status](https://readthedocs.org/projects/epic-kitchens/badge/?version=stable)](http://epic-kitchens.readthedocs.io/en/stable/?badge=stable)
[![PyPI](https://img.shields.io/pypi/v/epic-kitchens.svg)](https://pypi.org/project/epic-kitchens/#description)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/epic-kitchens.svg)](https://pypi.org/project/epic-kitchens/)

> A library for easily integrating the EPIC-KITCHENS-55 egocentric dataset in your
> experiments

## Install

```console
$ pip install epic-kitchens
```

## Details

* Segmentation scripts for splitting raw video frames/flow into action segments
* [GulpIO adapter](https://github.com/TwentyBN/GulpIO#loading-data) 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](CHANGELOG.md) 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](https://epic-kitchens.readthedocs.io/en/stable/index.html)