Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 788 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 788 Bytes

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

    • Example of a custom function to load an image with PIL
    • using 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

    • TFhub activity recognition - unfortunately only TF1.x
    • tensorflow_io and VideoDataset

alt text