Releases: naseemap47/CustomActionRecognition-TensorFlow-CNN-LSTM
Releases · naseemap47/CustomActionRecognition-TensorFlow-CNN-LSTM
v1.1
VideoGenerator
Added VideoGenerator
- Why we need VideoGenerator 🤔?
- Previously we are unsing Data Extraction technic, take all data and stored in array.
- But if we have large data, we will get RAM outoff memory Error.
- Data Extraction take 60-80% of total time.
- Advantages of VideoGenerator 🥳
- Videogenerator solve all of these problems.
- Its same like Image-generator
- Option to add Data Augmentation