Skip to content

Official PyTorch Implementation of MotionSqueeze, ECCV 2020

License

Notifications You must be signed in to change notification settings

GoodMan0/MotionSqueeze

 
 

Repository files navigation

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

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.

About

Official PyTorch Implementation of MotionSqueeze, ECCV 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.5%
  • Jupyter Notebook 7.8%
  • Shell 7.7%