Open sowmyatv opened 5 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.
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