syeds-git

Results 3 issues of syeds-git

Following code from this [file](https://github.com/codebasics/py/blob/master/DataScience/CelebrityFaceRecognition/model/data_cleaning.ipynb) in celebrity recognition project does not work: ``` face_cascade = cv2.CascadeClassifier('./opencv/haarcascades/haarcascade_frontalface_default.xml') eye_cascade = cv2.CascadeClassifier('./opencv/haarcascades/haarcascade_eye.xml') faces = face_cascade.detectMultiScale(gray, 1.3, 5) faces ``` **Error:** ``` --------------------------------------------------------------------------- error...

Hi, I created a TFLite model using google's teachable machine. It is sort of working in the debug version of the flutter app. The only problem is that it finds...

The method runModelOnImage takes a number of input parameters. I tried to use a couple of different options and notice a significant change in performance of the model. Would it...