Open jaumard opened 5 years ago
How did you get the image detection from stream setup? May I see your dart code for this. I am trying to set it up and trying to use a lot of methods and getters that are not defined. I am trying to set up the cloud image labeler.
For now we have detection on camera stream, but sometime it's useful to have it on image from a file (image picker...).
To do that we can refactor the image analysis to put it on a separate class, use that class to do the detection on the camera stream, then it will allow anyone who want image recognition from a file to instantiate and use that same class