About 400 results
Open links in new tab
  1. Object Detection - TensorFlow Hub

    Mar 9, 2024 · Image downloaded to /tmpfs/tmp/tmpxk3tpk5k.jpg. Pick an object detection module and apply on the downloaded image. Modules: FasterRCNN+InceptionResNet V2: high …

  2. Object detection with Model Garden - TensorFlow Core

    Nov 9, 2023 · This tutorial fine-tunes a RetinaNet with ResNet-50 as backbone model from the TensorFlow Model Garden package (tensorflow-models) to detect three different Blood Cells …

  3. TensorFlow Hub Object Detection Colab

    Mar 9, 2024 · Welcome to the TensorFlow Hub Object Detection Colab! This notebook will take you through the steps of running an "out-of-the-box" object detection model on images.

  4. Custom object detection in the browser using TensorFlow.js

    Jan 22, 2021 · In this post, we are going to develop an end-to-end solution using TensorFlow to train a custom object-detection model in Python, then put it into production, and run real-time …

  5. Real-time SKU detection in the browser using TensorFlow.js

    May 23, 2022 · TensorFlow 2.0 provides an Object Detection API that makes it easy to construct, train, and deploy object detection models. In this project, we’re going to use this API and train …

  6. Easier object detection on mobile with TensorFlow Lite

    Jun 16, 2021 · TensorFlow Lite Metadata Writer API: simplify metadata creation to generate custom object detection models compatible with TFLite Task Library. Despite being a very …

  7. TensorFlow.js demos

    #MadewithTFJS on Twitter Learn the latest on new projects created with TensorFlow.js and share your own by using the hashtag!

  8. TensorFlow.js models

    Explore pre-trained TensorFlow.js models that can be used in any project out of the box.

  9. Image segmentation | TensorFlow Core

    Aug 16, 2024 · However, suppose you want to know the shape of that object, which pixel belongs to which object, etc. In this case, you need to assign a class to each pixel of the image—this …

  10. Transfer learning and fine-tuning | TensorFlow Core

    Aug 16, 2024 · In this tutorial, you will learn how to classify images of cats and dogs by using transfer learning from a pre-trained network. A pre-trained model is a saved network that was …