Henryy-rs / top-k-Ranking-Loss

UCF-Crime-Anomaly-Detection
3 stars 0 forks source link

Feature Use #1

Open pmcb99 opened 2 years ago

pmcb99 commented 2 years ago

Hi, This is great research. Your code uses a 4096 dimension feature, but the feature you say to extract is 2048. Why is there a difference?

Thanks.

Henryy-rs commented 2 years ago

Hi @pmcb99, Features with 4096 dim is C3D features, R3D has 2048 feature dimension. This repo focused on R3D feature extraction, So I change default feature_dim to 2048 . Please let me know if you have any questions.

Thanks.

pmcb99 commented 2 years ago

Okay cool, and did you just use RGB features or also include Flow features? Thank you.

Henryy-rs commented 2 years ago

I only used RGB features.