{"id":21165976,"url":"https://github.com/peterdee/js-nms","last_synced_at":"2025-08-17T19:39:03.184Z","repository":{"id":176889468,"uuid":"659698832","full_name":"peterdee/js-nms","owner":"peterdee","description":"Non Maximum Suppression with Javascript","archived":false,"fork":false,"pushed_at":"2023-07-23T17:06:28.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-07-21T16:26:16.575Z","etag":null,"topics":["javascript","js","nms","non-maximum-suppression"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterdee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-28T11:21:55.000Z","updated_at":"2023-07-18T09:33:34.000Z","dependencies_parsed_at":"2024-11-20T14:47:54.012Z","dependency_job_id":"403313b6-4320-4333-b65c-70cdbab0ee96","html_url":"https://github.com/peterdee/js-nms","commit_stats":null,"previous_names":["peterdee/js-nms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterdee/js-nms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fjs-nms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fjs-nms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fjs-nms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fjs-nms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterdee","download_url":"https://codeload.github.com/peterdee/js-nms/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fjs-nms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899423,"owners_count":24664712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":["javascript","js","nms","non-maximum-suppression"],"created_at":"2024-11-20T14:47:48.339Z","updated_at":"2025-08-17T19:39:03.119Z","avatar_url":"https://github.com/peterdee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Non Maximum Suppression with Javascript\n\nExamples of Non Maximum Suppression with Javascript:\n- [fast nms](./fast-nms.js)\n- [recursive NMS](./recursive-nms.js)\n\nRecursive NMS works well with static entities (i. e. feature detection on a static image), but does not work well for dynamic cases (feature detection in a video stream) since it uses recursion.\n\nFast NMS solves the issue, however the results are not as good as in recursive implementation.\n\n### Implementations\n\nFast NMS is implemented and used here: https://github.com/peterdee/fast-camera/blob/release/src/fast-canvas/nms.ts\n\nRecursive NMS is also implemented in Golang here: https://github.com/peterdee/go-fast/blob/release/nms.go\n\n### License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Fjs-nms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterdee%2Fjs-nms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Fjs-nms/lists"}