Metadata-Version: 1.1
Name: video2tfrecord
Version: 1.1
Summary: Easily convert RGB video data (e.g. .avi) to the TensorFlow tfrecord file format for training e.g. a NN in TensorFlow.
Home-page: https://ferreirafabio.github.io/
Author: Fabio Ferreira
Author-email: fabioferreira@mailbox.org
License: UNKNOWN
Download-URL: https://github.com/ferreirafabio/video2tfrecord
Description: Easily convert RGB video data (e.g. tested with .avi and .mp4) to the TensorFlow tfrecords file format for training e.g. a NN in TensorFlow. Due to common hardware/GPU RAM limitations in Deep Learning, this implementation allows to limit the number of frames per video to be stored in the tfrecords. The code automatically chooses the frame step size s.t. there is an equal separation distribution of the individual video frames.
Keywords: tensorflow,neural networks,tfrecord,video
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
