Skip to content

thu-vis/ActLocalizer

Repository files navigation

ActLocalizer

This is the source code for our paper "Enhancing Single-Frame Supervision for Better Temporal Action Localization."

Install environment and run

Option 1: Docker (recommended)

  1. The easiest way to install a environment to run the demo is to use docker. The image chencjgene/actlocalizer-run:latest contains the source codes and data, and have the dependencies installed. You can pull and run the image by:
$ docker pull chencjgene/actlocalizer-run:latest
  1. Run the docker image:
$ docker run -p 20222:20222 -p 30221:30221 -it chencjgene/actlocalizer-run:latest
  1. Run backend
$ cd /root/ActLocalizer/
$ nohup python manager.py run 30221 &
  1. Run frontend
$ cd vis
$ npm install (it will take a while)
$ npm run serve
  1. Visit http://localhost:20222/ in a browser.

Option 2: Install with python and node.js

  1. This project uses python 3.8. Go check it out if you don't have it installed.

  2. install python package.

$ pip install -r requirements.txt
$ pip install torch
  1. Download the repo

  2. Download demo data from here, and unpack it in the root folder

  3. Run backend

$ nohup python manager.py run 30221 &
  1. Run frontend
$ cd vis
$ npm install (it will take a while)
$ npm run serve
  1. Visit http://localhost:20222/ in a browser.

Contact

If you have any problem about this code, feel free to contact

or describe your problem in Issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published