Skip to main content
tom239955_st
Associate III
July 18, 2021
Solved

FP-AI-VISION1: Computer Vision application - Example Transfer Learning Colab Notebook

  • July 18, 2021
  • 2 replies
  • 1190 views

I have been following the FP-AI-VISION1: Computer Vision application video tutorial by Thibaut Vercueli and he uses Google Colab and a notebook called "TransferLearning" to train a new Tensor Flow Lite model on custom images, before loading this into Cube.AI

I would like to find/use the same Colab Notebook or maybe someone could link me to a tutorial showing a similar approach with the notebook available.

This topic has been closed for replies.
Best answer by Matthieu

Hello,

You can find the reference to the video on the STM32 AI WiKi here:

https://wiki.st.com/stm32mcu/wiki/AI:How_to_use_transfer_learning_to_perform_image_classification_on_STM32

The Jupyter notebook used in the video is available on Github.

Best Regards,

Matthieu

2 replies

Matthieu
MatthieuBest answer
ST Employee
July 18, 2021

Hello,

You can find the reference to the video on the STM32 AI WiKi here:

https://wiki.st.com/stm32mcu/wiki/AI:How_to_use_transfer_learning_to_perform_image_classification_on_STM32

The Jupyter notebook used in the video is available on Github.

Best Regards,

Matthieu

tom239955_st
Associate III
July 18, 2021

Perfect - thank you Matthieu