Metadata-Version: 2.1
Name: movinets_helper
Version: 0.1.4
Summary: Package to help fine-tuning MoViNets.
Home-page: https://github.com/plaguss/movinets_helper
License: MIT
Author: Agustín Piqueres
Author-email: agustin.piqueres@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: tensorflow
Requires-Dist: tensorflow-io>=0.26.0
Requires-Dist: tf-models-official
Requires-Dist: tensorflow-hub
Requires-Dist: tqdm>=4.62.3
Requires-Dist: pandas>=1.3.5
Requires-Dist: opencv-python>=4.5.5.62
Requires-Dist: opencv-python-headless>=4.6.0.66
Requires-Dist: isort ; extra == "dev"
Requires-Dist: black ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: nox ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: mkdocs ; extra == "doc"
Requires-Dist: mkdocs-material ; extra == "doc"
Requires-Dist: mkdocstrings[python] ; extra == "doc"
Requires-Dist: pytest==6.2.3 ; extra == "test"
Requires-Dist: pytest-cov==2.11.1 ; extra == "test"
Project-URL: Documentation, https://movinets_helper.readthedocs.io
Project-URL: Repository, https://github.com/plaguss/movinets_helper
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# movinets-helper

Package to help fine-tuning MoViNets.

This package contains some code gathered while dealing with [MoViNets](https://github.com/tensorflow/models/tree/master/official/projects/movinet).
If you read through the [movinet_tutorial.ipynb](https://colab.research.google.com/github/tensorflow/models/blob/master/official/projects/movinet/tools/plot_movinet_video_stream_predictions.ipynb) but feel like you could get some extra help to use the model for your own data, this may be useful.


### Installation

If you are planning yo use this library in Google Colab, it is recommended to read the documentation regarding the [recommended installation](https://plaguss.github.io/movinets_helper/installation/).

### Usage

See the [How-To-Guide](https://plaguss.github.io/movinets_helper/how-to-guides/) available at the docs.

### Documentation

Read the docs in [Github Pages](https://plaguss.github.io/movinets_helper)

### Development status

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Tests and a proper ci pipeline aren't ready yet.

### License

[MIT License](https://github.com/plaguss/movinets_helper/blob/main/LICENSE)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
