ahstarwab / Violence_Detection

Online and real-time violence recognition
12 stars 1 forks source link

How to preprocess dataset? #4

Open as501226107 opened 2 years ago

as501226107 commented 2 years ago

I would like to ask how to preprocess the data set? Need to convert to numpy format?

ahstarwab commented 2 years ago

I used a preprocessing code from an official RWF-2000 github (https://github.com/mchengny/RWF2000-Video-Database-for-Violence-Detection)

However, I removed an optical flow calculation part for fast processing.

as501226107 commented 2 years ago

I really appreciate your help 😊