This repository is intended to host the Human Searches dataset and code from our Action Search paper. It includes the Human Searches dataset, code to animate the search sequences, and code (+ raw data) to reproduce the paper results figures.
If you find any piece of code valuable for your research, please cite this work:
@inproceedings{alwassel_2018_actionsearch,
title={Action Search: Spotting Targets in Videos and Its Application to Temporal Action Localization},
author={Alwassel, Humam and Caba Heilbron, Fabian and Ghanem, Bernard},
booktitle={The European Conference on Computer Vision (ECCV)},
month={September}
year={2018}
}
Install conda, create the environment from the environment.yml
file, and then activate the environment:
conda env create -f environment.yml
source activate action-search
Launch jupyter
, navigate to the desired notebook, and run the code!
jupyter notebook
Contributor | Contributor | Advisor |
Humam Alwassel | Fabian Caba | Bernard Ghanem |
- Check the open issues or open a new issue to start a discussion around your new idea or the bug you found
- Fork the repository and make your changes
- Send a pull request