Skip to content

Human action co-occurrence identification in lifestyle vlogs

Notifications You must be signed in to change notification settings

MichiganNLP/vlog_action_co-occurrence

Repository files navigation

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

About

Human action co-occurrence identification in lifestyle vlogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published