[Q]: Resources for Instance Segmentation in TF.K

Can you share some resources (official and non-official but trusted sources) for

  • semantic,
  • instance, and
  • panoptic segmentation

which is done by pure TensorFlow or TensorFlow.Keras (preferred)?

You can find some of the official Garden models at:

Panoptic:

Instance:
https://github.com/tensorflow/models/tree/master/official/vision/beta/projects/deepmac_maskrcnn

Some TFHUB models:
https://tfhub.dev/s?module-type=image-segmentation

Some community garden models:

And also some keras community and Tensorflow example/tutorials/notebooks at:

1 Like