SkillAgentSearch skills...

ActivityNet

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

Install / Use

/learn @arpane4c5/ActivityNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks6

Languages

Jupyter Notebook

Security Score

75/100

Audited on Feb 6, 2025

No findings