Skip to content

MohammadShahverdi/VideoAlignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video alignment using unsupervised learning of local and global features

method image

In this project, you can find the official code for the paper Video alignment using unsupervised learning of local and global features.

Table of Contents

Install Dependency

You need to install the packages listed in requirements.txt:

$ pip install -r requirements.txt

Extracted features for the Penn dataset

You can find our extracted features for the test videos of the Penn action dataset in [extracted features](/Penn action test features). For example the Baseball-pitch.npy file is an array of size of the number of test videos in the Penn action dataset for baseball pitch, and you can load the data using the load function of numpy as follows:

import numpy as np
data = np.load("Baseball-pitch.npy", allow_pickle=True)

Extract features for a given video

Citation

@article{fakhfour2023video,
  title={Video alignment using unsupervised learning of local and global features},
  author={Fakhfour, Niloufar and ShahverdiKondori, Mohammad and Mohammadzade, Hoda},
  journal={arXiv preprint arXiv:2304.06841},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published