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

How do I get the file "nalist.npy"? #3

Open
snowy199 opened this issue Mar 31, 2024 · 8 comments
Open

How do I get the file "nalist.npy"? #3

snowy199 opened this issue Mar 31, 2024 · 8 comments

Comments

@snowy199
Copy link

snowy199 commented Mar 31, 2024

nalist = np.load("nalist.npy") #UCF
#nalist = np.load("nalist_XD.npy") #XD
These two files are not in the project, how do I get these two files?

@Daan-UT
Copy link

Daan-UT commented May 16, 2024

Did you ever figure this out?

@AnasEmad11
Copy link
Owner

AnasEmad11 commented May 16, 2024 via email

@Daan-UT
Copy link

Daan-UT commented May 16, 2024

I'm sorry but I see no attachment to your message @AnasEmad11

@snowy199
Copy link
Author

Did you ever figure this out?

Yes, I was recently reproducing the author's work, and I realized that this list refers to the start and end position of each video feature after concat, but this varies with the order in which the video features are concatenated

@Daan-UT
Copy link

Daan-UT commented May 17, 2024

How did you then find these boundaries in the concatenated list? I have another set of I3D features which are longer when concatenated than these ones, so I'd have to know the batch size

@snowy199
Copy link
Author

How did you then find these boundaries in the concatenated list? I have another set of I3D features which are longer when concatenated than these ones, so I'd have to know the batch size

I use xd's list, which is the features of each video, just load them individually, then record their lengths and splice them together, for example the first feature is [97,5,1024],the second one is [100,5,1024], and after concat it's [197,5,1024]] then the first segment is [0,96] and the second one is [97,196]

@AnasEmad11
Copy link
Owner

I'm sorry but I see no attachment to your message @AnasEmad11

I have added it to ./list in the repo

@JonathanFlores2503
Copy link

I'm sorry but I see no attachment to your message @AnasEmad11

I have added it to ./list in the repo

Hello, Thank you for sharing the nanlist.npy file. However, upon reviewing it, I noticed a discrepancy: the concat_UCF_V2.npy file provided contains only 779780 features [779780,10,2048], while the nanlist.npy file mentions 779951 features. Could you please provide the nanlist corresponding to the features of concat_UCF_V2.npy or advise me on how to use the shared nanlist.npy file? I appreciate your assistance.

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

4 participants