HHTseng / video-classification

Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
916 stars 216 forks source link

train/test split #20

Open Jbwasse2 opened 4 years ago

Jbwasse2 commented 4 years ago

From looking at your code it looks like you do a random split over the dataset. However, many of these video clips are from the same video, so wouldn't this pollute your testing dataset?

HHTseng commented 4 years ago

yeah, I noticed the problem until you mentioned this now, thank you for that. I may find some time to adjust the splitting and rerun the experiments, but in terms of coding it should work fine otherwise, which was my original intention to build an easy code to show the architecture works.