{"id":16508598,"url":"https://github.com/osteele/posenet-circus","last_synced_at":"2026-06-13T07:32:33.869Z","repository":{"id":46769069,"uuid":"214976031","full_name":"osteele/posenet-circus","owner":"osteele","description":"P5.js + PoseNet browser that can also render and test images from a directory on the server","archived":false,"fork":false,"pushed_at":"2021-09-27T07:34:04.000Z","size":37790,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-19T15:41:21.989Z","etag":null,"topics":["p5js","posenet"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osteele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-14T07:26:44.000Z","updated_at":"2021-09-27T07:33:34.000Z","dependencies_parsed_at":"2022-09-24T17:12:11.686Z","dependency_job_id":null,"html_url":"https://github.com/osteele/posenet-circus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osteele/posenet-circus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2Fposenet-circus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2Fposenet-circus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2Fposenet-circus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2Fposenet-circus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osteele","download_url":"https://codeload.github.com/osteele/posenet-circus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2Fposenet-circus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34276501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["p5js","posenet"],"created_at":"2024-10-11T15:46:29.401Z","updated_at":"2026-06-13T07:32:33.850Z","avatar_url":"https://github.com/osteele.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoseNet Experiments\n\nThis is a platform for experimenting with PoseNet. The code is adapted from the\ntensorflow PosetNet demo at\n[@tensorflow/tfjs-models](https://github.com/tensorflow/tfjs-models/tree/master/posenet).\nIt adds:\n\n- The option to select and operate on a static image from a directory.\n- Extracts a feature, and sends it to an API server where it is relayed to OSC.\n- Images are considered both rightside up and upside down. This is an attempt to\n  recognize people doing circus activities.\n\n## Setup\n\nInstall dependencies and prepare the build directory:\n\n```shell\nyarn install\n```\n\n## Running\n\nRun the web server and the API server:\n\n```shell\nyarn start\n```\n\nThe web server will be running at \u003chttp://localhost:1234\u003e.\n\n## References\n\n[PoseNet online documentation](https://github.com/tensorflow/tfjs-models/tree/master/posenet)\n\n### Keypoints\n\nAll keypoints are indexed by part id. The parts and their ids are:\n\n| Id  | Part          |\n| --- | ------------- |\n| 0   | nose          |\n| 1   | leftEye       |\n| 2   | rightEye      |\n| 3   | leftEar       |\n| 4   | rightEar      |\n| 5   | leftShoulder  |\n| 6   | rightShoulder |\n| 7   | leftElbow     |\n| 8   | rightElbow    |\n| 9   | leftWrist     |\n| 10  | rightWrist    |\n| 11  | leftHip       |\n| 12  | rightHip      |\n| 13  | leftKnee      |\n| 14  | rightKnee     |\n| 15  | leftAnkle     |\n| 16  | rightAnkle    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosteele%2Fposenet-circus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosteele%2Fposenet-circus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosteele%2Fposenet-circus/lists"}