Skip to content
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

Mediapipe hand #381

Open
wants to merge 5 commits into
base: staging
Choose a base branch
from
Open

Mediapipe hand #381

wants to merge 5 commits into from

Conversation

pmalacho-mit
Copy link
Collaborator

No description provided.

package.json Outdated
@@ -33,5 +33,8 @@
"ts-node": {
"typescript": "$typescript"
}
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.1.0-alpha-12"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @mayarajan3 -- one note, when you install packages for an extension, you should make sure to run pnpm add at that extension's location, so each extension can effectively have it's own version of that package. Leads to some duplication in bundle size for sure, but makes our lives of supporting extensions a lot easier (that each extension has it's own, independent dependencies)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change this in an upcoming commit (as I try to diagnose some of the build errors we're having)

@@ -11,6 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@mediapipe/tasks-vision": "^0.1.0-alpha-12",
"@tensorflow-models/handpose": "^0.0.3"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: can remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants