seominseok0429 / Real-world-Anomaly-Detection-in-Surveillance-Videos-pytorch

Real-world Anomaly Detection in Surveillance Videos- pytorch Re-implementation
102 stars 24 forks source link

feature extraction method #9

Closed Henryy-rs closed 1 year ago

Henryy-rs commented 2 years ago

안녕하세요! 컴퓨터비전 공부 중인 학생입니다.

혹시 특징 추출을 어떻게 하셨는지 알 수 있을까요?

사용하신 pretraind model이 궁금합니다!

seominseok0429 commented 2 years ago

mmaction에서 제공하는 i3d 모델로 모든 feture를 저장하고 , original paper의 구현대로 구간을 설정하여 추출 하였습니당

Henryy-rs commented 2 years ago

감사합니다ㅎㅎ

Henryy-rs commented 2 years ago

혹시 특징추출하는데 얼마나 걸리셨나요?!

whystopped commented 2 years ago

mmaction에서 제공하는 i3d 모델로 모든 feture를 저장하고 , original paper의 구현대로 구간을 설정하여 추출 하였습니당

The dataset link you provided is from this repo, did your feature extraction method get the same features as theirs? Have you verified it?

seominseok0429 commented 1 year ago

Ours full code available at CODE