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.
Asked
Active
Viewed 793 times
1 Answers
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
-
I already saw it but it just segments image with color any idea about extracting out only segmented image. – Amit Kumar May 25 '21 at 21:11