Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.13 KB

README.md

File metadata and controls

47 lines (34 loc) · 2.13 KB

Learning Human Action Representations from Temporal Context in Lifestyle Vlogs

This repository contains the dataset and code for our paper.

Task Description

img/graph_intro.png

Human action co-occurrence in lifestyle vlogs: two actions co-occur if they occur in the same interval of time (10 seconds) in a video. The actions are represented as nodes in a graph, the co-occurrence relation between two actions is represented through a link between the actions, and the action co-occurrence identification task as a link prediction task.

Data

Features

Setup

conda env create
conda activate action_order
pip install -r requirements.txt

spacy download en_core_web_sm
spacy download en_core_web_trf

Experiments