WebDevSimplified
WebDevSimplified
It looks like you are not including the faceapi script in your HTML file. On Wed, Oct 2, 2019 at 6:04 PM yinglanh wrote: > Hi thanks for your sharing,...
Interesting. Could it possible be the editor you are using? I am not sure what editor you are using, but it is much different than anything I have ever seen....
The HTML has a script tag for the face-api library which is included in this repository. On Mon, Oct 14, 2019 at 5:45 AM Bea98 wrote: > how did you...
Did you copy the code from the repository to ensure it is the same? Also have you checked the logs in your console to ensure that the path to the...
Sounds like you didn't defer your script tag in the HTML. On Thu, Oct 17, 2019, 3:39 AM Bea98 wrote: > right! so now I have another problem. I can't...
This is most likely because the root of your server is not at the root of your application. Try changing the path to the 404 files by add ./ at...
This is outside the scope of this project since this project is purely focused on frontend face detection. On Mon, Jan 13, 2020, 2:03 AM rajkishoreandia wrote: > After getting...
Try using navigator.mediaDevices.getUserMedia() On Wed, Oct 16, 2019 at 3:27 AM PratikBalar wrote: > error in Firefox > > *TypeError: navigator.getUserMedia is not a function* > > [image: Screenshot (280)]...