Skip to content

Commit 3fabd1c

Browse files
Internal change
PiperOrigin-RevId: 463467924
1 parent d1fca26 commit 3fabd1c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

official/projects/waste_identification_ml/pre_trained_models.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ Mask RCNN is a state-of-art deep learning model for instance image segmentation,
1111
- Material Form model - Detects the category of the of an object according to its physical product formation (e.g. cup, plate, pen, etc).
1212
- Plastic model - Detects the category of a object according to its plastic types (e.g. HDPE, LDPE, etc)
1313

14-
> The goal to develop these models is to bring transparency & traceability in the world of waste recycling.
14+
> The goal to develop these models is to bring transparency & traceability in the world of waste recycling.
1515
1616
## Model paths in GCP buckets
1717

1818
| Model categories | Model backbone | Model type | GCP bucket path |
1919
| ------ | ------ | ----- | ------ |
20-
| Material Model | Resnet | saved model | gs://official_release/version_1/material_model/saved_model/ |
21-
| | | TFLite | gs://official_release/version_1/material_model/tflite_model/ |
22-
| Material Form model | Resnet | saved model | gs://official_release/version_1/material_form_model/saved_model/ |
23-
| | |TFLite | gs://official_release/version_1/material_form_model/tflite_model/ |
24-
|Plastic model | Resnet| saved model | gs://official_release/version_1/plastic_types_model/saved_model/ |
25-
| | |TFLite | gs://official_release/version_1/plastic_types_model/tflite_model/ |
20+
| Material Model | Resnet | saved model & TFLite | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/material_model.zip) |
21+
| Material Form model | Resnet | saved model & TFLite | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/material_form_model.zip) |
22+
|Plastic model | Resnet| saved model & TFLite | [click here](https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/plastic_types_model.zip) |
2623

2724
## Installation & Download
2825

0 commit comments

Comments
 (0)