harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow

Home Page:https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom dataset - Classes include clips with different number of frames

teaddicted opened this issue · comments

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

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

commented

@teaddicted @fengxinzio Did you guys solve this?