Light weight deep learning models for instance image segmentation.
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.
The goal to develop these models is to bring transparency & traceability in the world of waste recycling.
| Model categories | Model backbone | Model type | GCP bucket path |
|---|---|---|---|
| Material Model | Resnet | saved model | click here |
| TFLite | click here | ||
| Material Form model | Resnet | saved model | click here |
| TFLite | click here | ||
| Plastic model | Resnet | saved model | click here |
| TFLite | click here |
You need to use gsutil command line tool to download the deep learning weights from their respective GCP buckets.
gsutil -v
gsutil -m cp -r gs://official_release/version_1/plastic_types_model/saved_model/* .