-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dataset section #2
Comments
Hi, for the object-centric approach we used the features provided by Accurate-Interpretable-VAD. For the frame-centric approach we use the Hiera backbone. For 16 consecutive RGB frames of shape |
Can you be more explicit about what you mean by rolling window fashion?
Both refer to a |
Hello!Have you solved your problem? I'm also reproducing the effect on the Avenue dataset but I'm stuck because I don't have the appropriate processing code for it. |
@Haifu-Ye I decided to go with the first approach - no-overlapping frame I'm using But the performance I get are far from the ones reported in the paper. |
hi!I want to try to use the shanghaitech dataset, but it seems that the format of the dataset in extract_shanghaitech_frames.py is not the same as that of the official shanghaitech dataset, however, the download link for the shanghaitech dataset in the script doesn't work, and I'd like to know how other people I would like to know how other people solve this problem. |
Hi. Thanks for releasing the code.
Can you provide details in the readme about the dataset preparation? I see a
get_dataset
that generates atoy_dataset
with shape(10000, 2)
, while extracting feature fromUCF_Crime
will likely give me(N, 16, 1152)
.N
is the number of framesThe text was updated successfully, but these errors were encountered: