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)?
Can you share some resources (official and non-official but trusted sources) for
which is done by pure TensorFlow
or TensorFlow.Keras
(preferred)?
You can find some of the official Garden models at:
Panoptic:
https://github.com/tensorflow/models/tree/master/official/vision/beta/projects/panoptic_maskrcnn
Instance:
https://github.com/tensorflow/models/tree/master/official/vision/beta/projects/deepmac_maskrcnn
Some TFHUB models:
Some community garden models:
And also some keras community and Tensorflow example/tutorials/notebooks at: