Skip to content

arpane4c5/ActivityNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My attempt at the ActivityNet Challenge 2017

This is my attempt at the ActivityNet Challenge 2017. Thanks to the organizers for providing the boilerplate code and annotated datasets. Link to repository.

Overview of the challenge

The ActivityNet Challenge 2017 had 5 tasks for activity recognition from videos. The datasets of ActivityNet (having 200 classes) and Kinetics (having 400 classes) were used. For details about the tasks and metrics used, do visit their website

For executing the code.

  • Define the paths in training.py for the meta-files and LMDBs to be saved. The path for the set videos must be correctly defined and it should contain all .mp4 files.

  • Define the parameters for the number of samples to be generated for training and validation.

  • training.py file creates the LMDB and meta-files and saves them to disk.

  • The folder caffe-models contains the details of the FC-Networks and other models that were tried out.

  • Different files named as training_model

Major Requirements

  1. Python 2.7

  2. Caffe (with Python wrappers)

  3. OpenCV 3.2.0 (any version >2.4.0 will work. For 2.X version you may need to edit a few lines)

  4. GPU card + CUDA Tools

About

This is my attempt at the ActivityNet Challenge 2017. Thanks to the organizers for providing the boilerplate code and annotated datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages