
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 …
Object detection with Model Garden - TensorFlow Core
Nov 9, 2023 · We follow the COCO challenge tradition to evaluate the accuracy of object detection based on mAP (mean Average Precision). Please check here for detail explanation …
Easier object detection on mobile with TensorFlow Lite
Jun 16, 2021 · Training a custom object detection model and deploying it to an Android app has become super easy with TensorFlow Lite. We released a learning pathway that teaches you …
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 …
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. More …
TensorFlow.js demos
CodePen Fork boilerplate templates and check out working examples from the community.
coco | TensorFlow Datasets
Jun 1, 2024 · Description: COCO is a large-scale object detection, segmentation, and captioning dataset. Note: * Some images from the train and validation sets don't have annotations. * …
The TensorFlow Lite Plugin for Flutter is Officially Available
Aug 18, 2023 · Through the efforts of developers in the community, the plugin has been updated to the latest version of TensorFlow Lite, and a collection of new features and example apps …
Use TensorFlow.js in a React Native app
Mar 2, 2023 · In this tutorial you'll install and run a React Native example app that uses a TensorFlow pose detection model (MoveNet.SinglePose.Lightning) to do real-time pose …
Transfer learning and fine-tuning - TensorFlow Core
Aug 16, 2024 · Trainable params: 1,281 (5.00 KB) Non-trainable params: 2,257,984 (8.61 MB) The 8+ million parameters in MobileNet are frozen, but there are 1.2 thousand trainable …