keras-video-generators
keras-video-generators copied to clipboard
Keras generators to generate sequences from videos as input
**System Information** - your operating system: Colab - your python version (`python -version`): 3.7.10 - keras video generator version (`pip freeze | grep keras-video-generators`): 1.0.14 **Describe the bug** A clear...
Hi, I am working on a project relating to action segmentation and have videos containing multiple actions. I am wondering how I would use this for videos containing multiple actions?...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Hello, first of all I would like to thank you for your work, it is helping me a lot in my video analysis project. Second, I would like to ask...
**System Information** - your operating system: Ubuntu 18.04 / - your python version (`python -version`): Python 3.6.9 - keras video generator version (`pip freeze | grep keras-video-generators`): keras-video-generators==1.0.14 **Describe the...
Im not an python OOP expert and i am some tired but i think i have correct the bug reported [SlidingFrameGenerator] Sequence_time not working #32 I am new on github...
hi dear metal3d i was working on your very helpful module .thanks for that. what we should to do we should use preprocess function for pretrained models like VGG in...
Hi! I was using keras' "[flow_from_dataframe](https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image/ImageDataGenerator#flow_from_dataframe)" to load my data (images) for the **regression** model, inspired by [this](https://stackoverflow.com/a/53161302/9506737) answer from SO. But none of these are relevant when I have...
I am working on action recognition, and am trying to use keras video generator for reading data. I am implementing following pipeline: 1- get generator 2- feature extraction (c3d with...