srkds / CHAN-QFVS-PyTorch-Implementation

PyTorch implementation for Convolutional Hierarchical Attention Network for Query-Focused Video Summarization paper, accepted by AAAI 2020 conference.
2 stars 1 forks source link

Project link expired #2

Open aosiddiqui opened 1 week ago

aosiddiqui commented 1 week ago

The following link is expired: https://www.aidean-sharghi.com/cvpr2017/ Please provide a solution.

srkds commented 1 week ago

Hi @aosiddiqui,

Yes their project link is expired

but, If you're referring to downloading the dataset that they have released, then you can download it from the following links.

  1. https://github.com/ckczzj/CHAN There they have given a link to the preprocessed dataset.

or

  1. from https://github.com/facebookresearch/EgoVLPv2/tree/main/QFVS

Both contain 1) Dens per shot annotations, 2) queries with ground truth, and 3) 48 concepts. In addition, they also contain the preprocessed dataset.

If you want to download videos then you can download them from here https://vision.cs.utexas.edu/projects/egocentric_data/UT_Egocentric_Dataset.html

I hope this provides a solution for you.