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.18k stars 479 forks source link

My datasets #125

Open Lihongjian520 opened 5 years ago

Lihongjian520 commented 5 years ago

I have 6 types of data, 5 video for each type, 4 for training and 1 for testing. How can I use your code better??? Please give me some advice

aezco commented 5 years ago

@Lihongjian520 Did you try something and did it work?

self-ms commented 10 months ago

I have 6 types of data, 5 video for each type, 4 for training and 1 for testing. How can I use your code better??? Please give me some advice

If your data is embedded and labels are available, you can use the following repository: https://github.com/ms-unlimit/Transformer-Based-Machine-Learning-Framework