Image Segmentation is an important field in computer vision, it is applied in different fields of life. PixelLib is a library created to allow easy application of segmentation to real life problems. It supports instance segmentation of objects with Coco model. Segmentation with coco model is limited as you cannot perform segmentation beyond the 80 classes available in coco. It is now possible to train your custom objects’ segmentation model with PixelLib Library with just 7 Lines of Code.

Install PixelLib and its dependencies:

Install Tensorflow with:(PixelLib supports tensorflow 2.0 and above)

  • pip3 install tensorflow

Install imgaug with:

  • pip3 install imgaug

Install PixelLib with

  • pip3 install pixellib

If installed upgrade to the latest version using:

  • pip3 install pixellib — upgrade

#computer-vision #image-segmentation #machine-learning #object-detection #artificial-intelligence

Custom Instance Segmentation Training With 7 Lines Of Code.
6.10 GEEK