0

Can anybody suggest me how can I extract segmented image in flutter . I was able to use tenserlite model for segmentation but i don't know how i can extract that segmented image from it.

Amit Kumar
  • 197
  • 1
  • 6

1 Answers1

0

I also wanted to do image segmentation. So I did a lot of search. And I found one open source. https://github.com/kshitizrimal/Flutter-TFLite-Image-Segmentation

battlecook
  • 471
  • 6
  • 17