README.md 1.67 KB
Newer Older
A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
1
# CircularNet
Fan Yang's avatar
Fan Yang committed
2

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
3
4
Instance segmentation models for identification of recyclables on conveyor
belts.
Fan Yang's avatar
Fan Yang committed
5

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
6
7
8
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
Fan Yang's avatar
Fan Yang committed
9

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
10
## Overview
Fan Yang's avatar
Fan Yang committed
11

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
12
13
14
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.
Fan Yang's avatar
Fan Yang committed
15

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
16
17
18
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.
Fan Yang's avatar
Fan Yang committed
19

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
20
## Model Categories
Fan Yang's avatar
Fan Yang committed
21

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
22
23
24
25
26
27
-   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)
Fan Yang's avatar
Fan Yang committed
28

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
29
## Model paths in GCP buckets
Fan Yang's avatar
Fan Yang committed
30

A. Unique TensorFlower's avatar
A. Unique TensorFlower committed
31
32
33
34
35
| Model categories | Model backbone | Model type | GCP bucket path |
| ------ | ------ | ----- | ------ |
| Material Model | Resnet | saved model & TFLite | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/material_model.zip) |
| Material Form model | Resnet | saved model & TFLite | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/material_form_model.zip) |
|Plastic model | Resnet| saved model & TFLite | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/plastic_types_model.zip) |