-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
face-landmarks-detection dependency conflict #7905
Comments
Hi, @aptxyz Apologize for the delayed response and thank you for bringing this issue to our attention, I checked Could you please try to use this package version We'll dig more into this issue with dependancies conflict and if possible we'll try to update package dependancies for |
I think I did tried install all three together |
I'm running into the same issue. I also tried |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
Hey was anyone able to resolve this issue? |
This was never resolved. A maintainer ought to fix this! |
Can someone please fix this? |
I did --legacy-peer-deps. but now It's creating an issue in production. |
Can confirm the issue still exists. Can't even run the demos from the official repository. |
Fixes #21, yay! It's not perfect, and ideally I'd use https://github.com/tensorflow/tfjs-models/tree/master/face-landmarks-detection But that model is lagging behind the `face-detection` one, so I could not get it installed. See tensorflow/tfjs#7905
This should now be fixed as of face-landmarks-detection 1.0.6, and it should no longer request version 3 and 4 of TFJS at the same time. I'll reopen this for now until I get confirmation that the fix works for your project. |
It works after tensorflow/tfjs#7905 got fixed :tada: But, it's still not possible to use it in production due to tensorflow/tfjs#8290
@mattsoulanille, thank you so much for the follow-up! I've tested on a branch for my project and can confirm that the dependency conflict has been resolved 🎉 So this issue can be closed 🙇 |
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
Describe the problem
npm install @tensorflow-models/face-landmarks-detection
dependency conflict, the face landmarks detection model use tfjs v3, however the model 'face-detection@1.0.2' update tfjs from v3 to v4
The text was updated successfully, but these errors were encountered: