Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
798d318f
Commit
798d318f
authored
Sep 26, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 477032029
parent
d1ccfbd2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
official/projects/waste_identification_ml/README.md
official/projects/waste_identification_ml/README.md
+16
-17
No files found.
official/projects/waste_identification_ml/README.md
View file @
798d318f
...
...
@@ -3,29 +3,28 @@
Instance segmentation models for identification of recyclables on conveyor
belts.
Note that these are demo models, reach out to
waste-innovation-external@google.com for updated versions of the models.
Note: These are demo models built on limited datasets. If you’re interested in
updated versions of the models, or in using models trained on specific
materials, reach out to waste-innovation-external@google.com
## Overview
Mask RCNN is a state-of-art deep learning model for instance image segmentation,
where the goal is to assign instance level labels ( e.g. person1, person2, cat)
to every pixel in an input image. 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.
CircularNet is built using Mask RCNN, which is a deep learning model for
instance image segmentation, where the goal is to assign instance level labels
(e.g. person1, person2, cat) to every pixel in an input image.
## 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)
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)
## Model Categories
> The goal to develop these models is to bring transparency & traceability in
the world of waste recycling.
-
Material Type - Identifies the high level material type (e.g. plastic, paper
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment