We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use angular , i have an error This is my code: html: <img id="myImg" src="assets/img/tom-cruise.jpg" /> and file ts:
<img id="myImg" src="assets/img/tom-cruise.jpg" />
const input: any = document.getElementById('myImg') await faceapi.nets.ssdMobilenetv1.loadFromDisk('assets/models') console.log('a', input); // const detections = await faceapi.detectAllFaces(input); const detections1 = await faceapi.detectAllFaces(input, new faceapi.SsdMobilenetv1Options()) const detections2 = await faceapi.detectAllFaces(input, new faceapi.TinyFaceDetectorOptions())
I don't understand why the project can't find env, help me, thank you
The text was updated successfully, but these errors were encountered:
The issue is common. If you are using Webpack, you can follow this instruction
Sorry, something went wrong.
No branches or pull requests
I use angular , i have an error
This is my code:
html:
<img id="myImg" src="assets/img/tom-cruise.jpg" />
and file ts:
I don't understand why the project can't find env, help me, thank you
The text was updated successfully, but these errors were encountered: