SKKU-ESLAB / ANT

ANT (AI-based Networked Things) Framework
Apache License 2.0
26 stars 28 forks source link

ML API's image segmentation support #242

Closed lee-gwang closed 2 years ago

lee-gwang commented 3 years ago

Do you have any plans to add image segmentatnion api?

RedCarrottt commented 3 years ago

For the image segmentation task support, we require several additional functions to the ANT framework. As image segmentation task is used prevalently in mobile devices nowadays, adding the APIs related to image segmentation would be great.

RedCarrottt commented 3 years ago

When I implemented the object detection APIs, I've added to remote UI functions with handling the Android's custom surface view. The image segmentation labeling function can be implemented easily, based on the object detection labeling functions.