dailystudio / ml

ML related stuff
Apache License 2.0
140 stars 48 forks source link

deeplab for segmentation on live camera video #16

Open sowmyatv opened 5 years ago

sowmyatv commented 5 years ago

Hi, does the deeplab project support segmentation on live camera video stream? The tensorflow lite project for object detection (https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection) works on camera video and produces a rectangle around the recognized object. I am wondering if the deeplab project can work on camera video (similar to the object detection) and refine the segmentation to show the contour of the object instead of the rectangle?
thanks

dailystudio commented 4 years ago

Hi @sowmyatv,

Please have a try on my new repository: https://github.com/dailystudio/tensorflow-lite-examples-android

example-image-segmentation is an improved version that can process the live stream from the camera.