Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you share your extracted features? #4

Closed
Xun-Yang opened this issue Sep 23, 2019 · 7 comments
Closed

Could you share your extracted features? #4

Xun-Yang opened this issue Sep 23, 2019 · 7 comments

Comments

@Xun-Yang
Copy link

Hi Zhijie

Could you share your extracted features of the two datasets to me? (maybe using google grive or baidu drive)

@ikuinen
Copy link
Owner

ikuinen commented Oct 15, 2019

You can download the features of the ActivityNet dataset here.

@duskybomb
Copy link

@Xun-Yang you can download the C3D features for TACoS from here

@yangwf1
Copy link

yangwf1 commented Mar 1, 2020

@duskybomb thanks for your sharing, when running the code on tacos datastet, i got the error "s23-d34.npy" not found. I look into the dataset and found that the naming format is confusing with "s23-d34.avi_1117_1181.npy, s23-d34.avi_1123_1379.npy", any suggestions on how to process this dataset?

@wangwen39
Copy link

The provided C3D features of TACoS (" Interval64_128_256_512_overlap0.8_c3d_fc6 ") seem not corresponding to the paper's descriptions: "we define continuous 16 frames as a unit and each unit overlaps 8 frames with adjacent units". So, could you please provide the extracted features of TACoS used in your papers.

@wangwen39
Copy link

I also confused about the C3D features of ActivityNet in your codes:
feats = load_feature(self.feature_path, vid, dataset='ActivityNet')
fps = feats.shape[0] / duration
As far as I am concerned, feats.shape[0] is the number of the feats in one video, but they are 50% overlapped (as described in your paper), So Is there something wrong with my understanding?
Thanks for your reply.

@ikuinen
Copy link
Owner

ikuinen commented Jun 11, 2020

The provided C3D features of TACoS (" Interval64_128_256_512_overlap0.8_c3d_fc6 ") seem not corresponding to the paper's descriptions: "we define continuous 16 frames as a unit and each unit overlaps 8 frames with adjacent units". So, could you please provide the extracted features of TACoS used in your papers.

try this one.

@ikuinen
Copy link
Owner

ikuinen commented Jun 11, 2020

I also confused about the C3D features of ActivityNet in your codes:
feats = load_feature(self.feature_path, vid, dataset='ActivityNet')
fps = feats.shape[0] / duration
As far as I am concerned, feats.shape[0] is the number of the feats in one video, but they are 50% overlapped (as described in your paper), So Is there something wrong with my understanding?
Thanks for your reply.

The representations of each frame come from a clip context.

@ikuinen ikuinen closed this as completed Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants