Coder Social home page Coder Social logo

hzhang57 / motionsqueeze Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arunos728/motionsqueeze

0.0 1.0 0.0 43.4 MB

Official PyTorch Implementation of MotionSqueeze, ECCV 2020

License: BSD 2-Clause "Simplified" License

Python 81.50% Shell 7.27% Jupyter Notebook 11.24%

motionsqueeze's Introduction

MotionSqueeze: Neural Motion Feature Learning for Video Understanding


MS_module


This is the implementation of the paper "MotionSqueeze: Neural Motion Feature Learning for Video Understanding" by H.Kwon, M.Kim, S.Kwak, and M.Cho. For more information, checkout the project website and the paper on arXiv.

Environment:

Clone this repo

git clone https://github.com/arunos728/MotionSqueeze.git

Anaconda environment setting

cd MotionSqueeze
conda env create -f environment.yml
conda activate MS

Installing Correlation sampler

cd Pytorch-Correlation-extension
python setup.py install

Please check this repo for the detailed instructions.

Running

  • For training TSM or MSNet on Something-v1, use the following command:
    ./scripts/train_TSM_Something_v1.sh local
  • For training TSM or MSNet on Kinetics, use the following command:
    ./scripts/train_TSM_Kinetics.sh local
  • For testing your trained model on Something-v1, use the following command:
    ./scripts/test_TSM_Something_v1.sh local
  • For testing your trained model on Kinetics, use the following command:
    ./scripts/test_TSM_Kinetics.sh local

Citation

If you use this code or ideas from the paper for your research, please cite our paper:

@inproceedings{kwon2020motionsqueeze,
title={MotionSqueeze: Neural Motion Feature Learning for Video Understanding},	  
author={Heeseung Kwon and Manjin Kim and Suha Kwak and Minsu Cho},     
booktitle={ECCV},
year={2020}
}

Contact

Heeseung Kwon(https://[email protected]), Manjin Kim(https://[email protected])

Questions can also be left as issues in the repository. We will be happy to answer them.

motionsqueeze's People

Contributors

arunos728 avatar kimmanjin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.