An open API service indexing awesome lists of open source software.

https://github.com/lc0/deeplearning-playground

Experiments and ideas in notebooks🤖💻
https://github.com/lc0/deeplearning-playground

playground tensorflow

Last synced: over 1 year ago
JSON representation

Experiments and ideas in notebooks🤖💻

Awesome Lists containing this project

README

          

# Experiments and examples

A bunch of different code notebooks of experiments and explorations. Should be `python3` with a big number of TensorFlow ones

## Experiments

- Loading TIFF images with TensorFlow - [link](TF2/tf2_tiff_images_dataset_pipeline.ipynb)
* Example of a custom function to load an image with PIL
* using [tensorflow_io](https://github.com/tensorflow/io) to load an image with `TIFFDataset`

- TFHub activity recognition from mp4 video.
In the example, the video of Olympic Weightlifting activity is used, a squat clean to be more precise - [link](Working_with_Video_and_tfhub_activity_recognition.ipynb)
* TFhub activity recognition - unfortunately only TF1.x
* `tensorflow_io` and `VideoDataset`

![alt text](images/oly-clean.gif "Oly Squat CLean")