Open galArus1 opened 5 years ago
Take a look at the inspect_model.ipynb
notebooks. They contain a few examples of inspecting the outputs. Or look at the visualization functions that generated the image you posted as they read individual masks and draw them.
This work for me #1619
Hey friends... How can I save each mask alone with black background around the object segmentation? I am working on aerial vehicle images and my aim is to make Fine-Grained Classification (e.g Small car with Sunroof and his color black).
for example:
from this image I want to get each 'car' instance in a separate image.
thank you for your time..