SilverDestiny

Results 12 comments of SilverDestiny

Hi @arianaa30 , Is the input static image/single image? If yes, you need to use `SelfieSegmenterOptions.SINGLE_IMAGE_MODE` instead of `SelfieSegmenterOptions.STREAM_MODE`. I tested by https://github.com/googlesamples/mlkit/tree/master/android/vision-quickstart amd on Pixel 3 device with 1440x1080...

I didn't see any issue in the code snippet you provided above. Probably one thing to note is that please make sure the result task runs immediately after it's created....