ml5js / ml5js/ml5-data-and-models-server
Is it posible to load posenet?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
I used posenet this way:
<script src="https://unpkg.com/ml5@0.1.3/dist/ml5.min.js"></script> <script> let video = createCapture(VIDEO); let poseNet = ml5.poseNet(video); ... ... </script>Is it possible to use it in the same way with your repo offline?
If yes how?
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ml5@0.1.3 script URL and the ml5.poseNet(video) entry point mentioned in the issue, then inspect this repository's local data and model serving setup. Done means documenting whether the same PoseNet usage works offline and providing the required local serving steps or constraints.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100