"src/vscode:/vscode.git/clone" did not exist on "79d832ca6186362d3d63ef78f1579fbac2d5faa0"
Commit 798d318f authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 477032029
parent d1ccfbd2
...@@ -3,29 +3,28 @@ ...@@ -3,29 +3,28 @@
Instance segmentation models for identification of recyclables on conveyor Instance segmentation models for identification of recyclables on conveyor
belts. belts.
Note that these are demo models, reach out to Note: These are demo models built on limited datasets. If you’re interested in
waste-innovation-external@google.com for updated versions of the models. updated versions of the models, or in using models trained on specific
materials, reach out to waste-innovation-external@google.com
## Overview ## Overview
Mask RCNN is a state-of-art deep learning model for instance image segmentation, CircularNet is built using Mask RCNN, which is a deep learning model for
where the goal is to assign instance level labels ( e.g. person1, person2, cat) instance image segmentation, where the goal is to assign instance level labels
to every pixel in an input image. Mask RCNN algorithm is available in the (e.g. person1, person2, cat) to every pixel in an input image.
TensorFlow Model Garden which is a repository with a number of different
implementations of state-of-the-art models and modeling solutions for TensorFlow
users.
## Model Categories Mask RCNN algorithm is available in the TensorFlow Model Garden which is a
repository with a number of different implementations of state-of-the-art models
and modeling solutions for TensorFlow users.
- Material model - Detects the high level category (e.g. plastic, paper, etc) ## Model Categories
of an object according to its material type.
- Material Form model - Detects the category of the of an object according to
its physical product formation (e.g. cup, plate, pen, etc).
- Plastic model - Detects the category of a object according to its plastic
types (e.g. HDPE, LDPE, etc)
> The goal to develop these models is to bring transparency & traceability in - Material Type - Identifies the high level material type (e.g. plastic, paper
the world of waste recycling. etc) of an object
- Material Form - Categorizes objects based on the form factor (e.g. cup,
bottle, bag etc)
- Plastic Type - Identifies the plastic resin type of the object (e.g. PET,
HDPE, LDPE, etc)
## Model paths in GCP buckets ## Model paths in GCP buckets
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment