harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.17k stars 479 forks source link

Custom dataset - Classes include clips with different number of frames #107

Open teaddicted opened 5 years ago

teaddicted commented 5 years ago

Hey,

I'm gonna try the #4 to train on custom dataset with 10 classes. I have clips of every class but they all have different frame numbers. Like one class includes clips in 10-50 frames range and so on with other classes.

I just wanna know if it can work with this? I don't wanna reduce or increase frames to a constant number as I'm trying to go for higher accuracy, speed doesn't matter.

Thanks

fengxinzio commented 5 years ago

I meet the same problem with you ,you have make it ?

aezco commented 4 years ago

@teaddicted @fengxinzio Did you guys solve this?