{"id":32501,"name":"mmdeploy","description":"OpenMMLab Model Deployment Framework","url":"https://github.com/open-mmlab/mmdeploy","last_synced_at":"2025-09-05T05:29:57.804Z","repository":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273714889,"owners_count":25154926,"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-09-05T02:00:09.113Z","response_time":402,"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"}},"owner":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"packages":[{"id":6331410,"name":"otxdeploy","ecosystem":"pypi","description":"(Temp fork for PyPI packaging) OpenMMLab Model Deployment","homepage":"https://github.com/open-mmlab/mmdeploy","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/open-mmlab/mmdeploy","keywords_array":["computer vision","model deployment"],"namespace":null,"versions_count":3,"first_release_published_at":"2023-02-14T01:18:54.000Z","latest_release_published_at":"2024-02-05T07:48:47.000Z","latest_release_number":"0.14.1","last_synced_at":"2025-08-22T19:36:53.441Z","created_at":"2023-02-14T02:08:06.317Z","updated_at":"2025-08-23T04:09:56.153Z","registry_url":"https://pypi.org/project/otxdeploy/","install_command":"pip install otxdeploy --index-url https://pypi.org/simple","documentation_url":"https://otxdeploy.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","License :: OSI Approved :: Apache Software License","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8"],"normalized_name":"otxdeploy","project_status":null},"repo_metadata":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740730,"owners_count":24812642,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"tags":[{"name":"v1.3.1","sha":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77","kind":"commit","published_at":"2023-12-25T08:17:26.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1132e827d73b308f04c6d636298ff3a7094c585a","kind":"commit","published_at":"2023-09-22T02:12:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6cd29e2152d6935bde2f9252b47170724bac20ac","kind":"commit","published_at":"2023-06-30T12:08:09.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"faf05fe358324a43f9d27778f3be0d77654d8cbb","kind":"commit","published_at":"2023-05-24T11:59:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"4bb9bc738c9008055fbc9347f46da70ee60fdad3","kind":"commit","published_at":"2023-04-06T04:07:42.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0/manifests"},{"name":"v0.14.0","sha":"c73756366e374507b5d619cfe06deea72d2ad61d","kind":"commit","published_at":"2023-04-05T06:28:00.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.14.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0/manifests"},{"name":"v1.0.0rc3","sha":"413cc769885c16c3551ae36ab753b3a4ffb01c6d","kind":"commit","published_at":"2023-02-24T10:41:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc3","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3/manifests"},{"name":"v1.0.0rc2","sha":"a3c056645163e269c096f01a9f47a74caa742cfa","kind":"commit","published_at":"2023-02-16T06:20:33.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc2","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2/manifests"},{"name":"v0.13.0","sha":"02d5a09989bd702f6a1031d45a1dc176a2314fca","kind":"commit","published_at":"2023-02-16T06:15:19.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.13.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0/manifests"},{"name":"v1.0.0rc1","sha":"09f19524577df647ac339aed8d45f9b0587bfd69","kind":"commit","published_at":"2022-12-30T10:25:24.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1/manifests"},{"name":"v0.12.0","sha":"c3986cebe8e3d5125e1b70fdde03bbbecfd0f6b1","kind":"commit","published_at":"2022-12-30T08:17:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.12.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0/manifests"},{"name":"v1.0.0rc0","sha":"ab421f82d2452bc36c50f49a84f82f988b454f61","kind":"commit","published_at":"2022-11-30T11:10:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0/manifests"},{"name":"v0.11.0","sha":"2a1fed91c92d05d5deec36c6fa401d65588abcb6","kind":"commit","published_at":"2022-11-30T09:54:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.11.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"4c34ad74a1f83fa7c403bcb99841d4166eb05d82","kind":"commit","published_at":"2022-10-31T11:24:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.10.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"917643fcac267882d3f81bd1666d6d3f4da2c8bd","kind":"commit","published_at":"2022-09-29T11:48:52.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.9.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"b310ba8d3ebf44f0a542ad2953681af3bb7e7ccb","kind":"commit","published_at":"2022-09-07T02:53:50.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.8.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"83b11bc1ca7227497928a57b56653b76501b1368","kind":"commit","published_at":"2022-08-04T06:33:27.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.7.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"5195ff938810af60c5adb012e4c97d80278d6f83","kind":"commit","published_at":"2022-06-30T08:43:44.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.6.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"4335313fb73cd82cfbf15413381ad5f21465f91d","kind":"commit","published_at":"2022-06-09T05:22:25.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.5.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"8aba06d2f3f45279cd195e1d720cb15395b45a52","kind":"commit","published_at":"2022-04-27T14:31:34.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"9306bcec808e1438f40032db844dc9472b23bcc8","kind":"commit","published_at":"2022-04-01T10:14:23.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"34879e638cc2db511e798a376b9a4b9932660fe1","kind":"commit","published_at":"2022-02-28T10:25:11.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"230596bad92fafadb36cf0a69c57d80522cc7c60","kind":"tag","published_at":"2022-01-26T11:58:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"26d40fe883c941a668bf7c309b168e4f01a6f6c2","kind":"commit","published_at":"2021-12-27T05:45:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0/manifests"},{"name":"v0.1.0alpha","sha":"d0bb497b0c187732147d7c3e5f432b93a7ddb68d","kind":"tag","published_at":"2021-11-26T10:14:53.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0alpha","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:09:56.152Z","dependent_packages_count":0,"downloads":19,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":27.84195802279166,"dependent_repos_count":22.087784936889527,"dependent_packages_count":7.31012528119255,"stargazers_count":1.490179651501924,"forks_count":2.265903014026832,"docker_downloads_count":null,"average":12.199190181280498},"purl":"pkg:pypi/otxdeploy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/otxdeploy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/otxdeploy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/otxdeploy/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T18:28:54.698Z","issues_count":701,"pull_requests_count":152,"avg_time_to_close_issue":3395220.0236842106,"avg_time_to_close_pull_request":1019848.0775862068,"issues_closed_count":380,"pull_requests_closed_count":116,"pull_request_authors_count":58,"issue_authors_count":490,"avg_comments_per_issue":4.159771754636234,"avg_comments_per_pull_request":2.7434210526315788,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":85,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":154718.22222222222,"past_year_avg_time_to_close_pull_request":158337.0,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":72,"past_year_avg_comments_per_issue":0.7058823529411765,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","maintainers":[{"login":"RunningLeon","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/otxdeploy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/otxdeploy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/otxdeploy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/otxdeploy/related_packages","maintainers":[{"uuid":"goodsong81","login":"goodsong81","name":null,"email":null,"url":null,"packages_count":9,"html_url":"https://pypi.org/user/goodsong81/","role":null,"created_at":"2023-02-14T06:08:21.370Z","updated_at":"2023-02-14T06:08:21.370Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/goodsong81/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724998,"maintainers_count":308311,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":11421432,"name":"mmdeploy-vitrox","ecosystem":"pypi","description":"OpenMMLab Model Deployment","homepage":"https://github.com/open-mmlab/mmdeploy","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/open-mmlab/mmdeploy","keywords_array":["computer vision","model deployment"],"namespace":null,"versions_count":1,"first_release_published_at":"2025-03-11T00:15:15.000Z","latest_release_published_at":"2025-03-11T00:15:15.000Z","latest_release_number":"1.3.1","last_synced_at":"2025-08-22T19:36:52.962Z","created_at":"2025-03-11T00:37:49.692Z","updated_at":"2025-08-23T04:09:56.157Z","registry_url":"https://pypi.org/project/mmdeploy-vitrox/","install_command":"pip install mmdeploy-vitrox --index-url https://pypi.org/simple","documentation_url":"https://mmdeploy-vitrox.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","License :: OSI Approved :: Apache Software License","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8"],"normalized_name":"mmdeploy-vitrox","project_status":null},"repo_metadata":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740730,"owners_count":24812642,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"tags":[{"name":"v1.3.1","sha":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77","kind":"commit","published_at":"2023-12-25T08:17:26.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1132e827d73b308f04c6d636298ff3a7094c585a","kind":"commit","published_at":"2023-09-22T02:12:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6cd29e2152d6935bde2f9252b47170724bac20ac","kind":"commit","published_at":"2023-06-30T12:08:09.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"faf05fe358324a43f9d27778f3be0d77654d8cbb","kind":"commit","published_at":"2023-05-24T11:59:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"4bb9bc738c9008055fbc9347f46da70ee60fdad3","kind":"commit","published_at":"2023-04-06T04:07:42.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0/manifests"},{"name":"v0.14.0","sha":"c73756366e374507b5d619cfe06deea72d2ad61d","kind":"commit","published_at":"2023-04-05T06:28:00.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.14.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0/manifests"},{"name":"v1.0.0rc3","sha":"413cc769885c16c3551ae36ab753b3a4ffb01c6d","kind":"commit","published_at":"2023-02-24T10:41:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc3","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3/manifests"},{"name":"v1.0.0rc2","sha":"a3c056645163e269c096f01a9f47a74caa742cfa","kind":"commit","published_at":"2023-02-16T06:20:33.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc2","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2/manifests"},{"name":"v0.13.0","sha":"02d5a09989bd702f6a1031d45a1dc176a2314fca","kind":"commit","published_at":"2023-02-16T06:15:19.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.13.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0/manifests"},{"name":"v1.0.0rc1","sha":"09f19524577df647ac339aed8d45f9b0587bfd69","kind":"commit","published_at":"2022-12-30T10:25:24.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1/manifests"},{"name":"v0.12.0","sha":"c3986cebe8e3d5125e1b70fdde03bbbecfd0f6b1","kind":"commit","published_at":"2022-12-30T08:17:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.12.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0/manifests"},{"name":"v1.0.0rc0","sha":"ab421f82d2452bc36c50f49a84f82f988b454f61","kind":"commit","published_at":"2022-11-30T11:10:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0/manifests"},{"name":"v0.11.0","sha":"2a1fed91c92d05d5deec36c6fa401d65588abcb6","kind":"commit","published_at":"2022-11-30T09:54:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.11.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"4c34ad74a1f83fa7c403bcb99841d4166eb05d82","kind":"commit","published_at":"2022-10-31T11:24:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.10.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"917643fcac267882d3f81bd1666d6d3f4da2c8bd","kind":"commit","published_at":"2022-09-29T11:48:52.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.9.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"b310ba8d3ebf44f0a542ad2953681af3bb7e7ccb","kind":"commit","published_at":"2022-09-07T02:53:50.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.8.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"83b11bc1ca7227497928a57b56653b76501b1368","kind":"commit","published_at":"2022-08-04T06:33:27.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.7.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"5195ff938810af60c5adb012e4c97d80278d6f83","kind":"commit","published_at":"2022-06-30T08:43:44.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.6.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"4335313fb73cd82cfbf15413381ad5f21465f91d","kind":"commit","published_at":"2022-06-09T05:22:25.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.5.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"8aba06d2f3f45279cd195e1d720cb15395b45a52","kind":"commit","published_at":"2022-04-27T14:31:34.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"9306bcec808e1438f40032db844dc9472b23bcc8","kind":"commit","published_at":"2022-04-01T10:14:23.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"34879e638cc2db511e798a376b9a4b9932660fe1","kind":"commit","published_at":"2022-02-28T10:25:11.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"230596bad92fafadb36cf0a69c57d80522cc7c60","kind":"tag","published_at":"2022-01-26T11:58:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"26d40fe883c941a668bf7c309b168e4f01a6f6c2","kind":"commit","published_at":"2021-12-27T05:45:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0/manifests"},{"name":"v0.1.0alpha","sha":"d0bb497b0c187732147d7c3e5f432b93a7ddb68d","kind":"tag","published_at":"2021-11-26T10:14:53.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0alpha","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:09:56.157Z","dependent_packages_count":0,"downloads":798,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":53.55536473355165,"dependent_packages_count":9.510358533531205,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.532861633541426},"purl":"pkg:pypi/mmdeploy-vitrox","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/mmdeploy-vitrox","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/mmdeploy-vitrox","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/mmdeploy-vitrox/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T18:28:54.698Z","issues_count":701,"pull_requests_count":152,"avg_time_to_close_issue":3395220.0236842106,"avg_time_to_close_pull_request":1019848.0775862068,"issues_closed_count":380,"pull_requests_closed_count":116,"pull_request_authors_count":58,"issue_authors_count":490,"avg_comments_per_issue":4.159771754636234,"avg_comments_per_pull_request":2.7434210526315788,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":85,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":154718.22222222222,"past_year_avg_time_to_close_pull_request":158337.0,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":72,"past_year_avg_comments_per_issue":0.7058823529411765,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","maintainers":[{"login":"RunningLeon","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-vitrox/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-vitrox/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-vitrox/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-vitrox/related_packages","maintainers":[{"uuid":"yeong-khang.lee","login":"yeong-khang.lee","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/yeong-khang.lee/","role":"Owner","created_at":"2025-03-11T01:36:00.100Z","updated_at":"2025-03-11T01:36:00.100Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/yeong-khang.lee/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724998,"maintainers_count":308311,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":2804831,"name":"mmdeploy","ecosystem":"pypi","description":"OpenMMLab Model Deployment","homepage":"https://github.com/open-mmlab/mmdeploy","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/open-mmlab/mmdeploy","keywords_array":["computer vision","model deployment"],"namespace":null,"versions_count":7,"first_release_published_at":"2022-02-15T08:42:17.000Z","latest_release_published_at":"2023-12-25T12:33:18.000Z","latest_release_number":"1.3.1","last_synced_at":"2025-08-22T19:36:53.265Z","created_at":"2022-04-10T11:37:38.067Z","updated_at":"2025-08-23T04:09:56.179Z","registry_url":"https://pypi.org/project/mmdeploy/","install_command":"pip install mmdeploy --index-url https://pypi.org/simple","documentation_url":"https://mmdeploy.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","License :: OSI Approved :: Apache Software License","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8"],"normalized_name":"mmdeploy","project_status":null},"repo_metadata":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740730,"owners_count":24812642,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"tags":[{"name":"v1.3.1","sha":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77","kind":"commit","published_at":"2023-12-25T08:17:26.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1132e827d73b308f04c6d636298ff3a7094c585a","kind":"commit","published_at":"2023-09-22T02:12:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6cd29e2152d6935bde2f9252b47170724bac20ac","kind":"commit","published_at":"2023-06-30T12:08:09.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"faf05fe358324a43f9d27778f3be0d77654d8cbb","kind":"commit","published_at":"2023-05-24T11:59:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"4bb9bc738c9008055fbc9347f46da70ee60fdad3","kind":"commit","published_at":"2023-04-06T04:07:42.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0/manifests"},{"name":"v0.14.0","sha":"c73756366e374507b5d619cfe06deea72d2ad61d","kind":"commit","published_at":"2023-04-05T06:28:00.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.14.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0/manifests"},{"name":"v1.0.0rc3","sha":"413cc769885c16c3551ae36ab753b3a4ffb01c6d","kind":"commit","published_at":"2023-02-24T10:41:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc3","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3/manifests"},{"name":"v1.0.0rc2","sha":"a3c056645163e269c096f01a9f47a74caa742cfa","kind":"commit","published_at":"2023-02-16T06:20:33.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc2","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2/manifests"},{"name":"v0.13.0","sha":"02d5a09989bd702f6a1031d45a1dc176a2314fca","kind":"commit","published_at":"2023-02-16T06:15:19.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.13.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0/manifests"},{"name":"v1.0.0rc1","sha":"09f19524577df647ac339aed8d45f9b0587bfd69","kind":"commit","published_at":"2022-12-30T10:25:24.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1/manifests"},{"name":"v0.12.0","sha":"c3986cebe8e3d5125e1b70fdde03bbbecfd0f6b1","kind":"commit","published_at":"2022-12-30T08:17:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.12.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0/manifests"},{"name":"v1.0.0rc0","sha":"ab421f82d2452bc36c50f49a84f82f988b454f61","kind":"commit","published_at":"2022-11-30T11:10:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0/manifests"},{"name":"v0.11.0","sha":"2a1fed91c92d05d5deec36c6fa401d65588abcb6","kind":"commit","published_at":"2022-11-30T09:54:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.11.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"4c34ad74a1f83fa7c403bcb99841d4166eb05d82","kind":"commit","published_at":"2022-10-31T11:24:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.10.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"917643fcac267882d3f81bd1666d6d3f4da2c8bd","kind":"commit","published_at":"2022-09-29T11:48:52.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.9.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"b310ba8d3ebf44f0a542ad2953681af3bb7e7ccb","kind":"commit","published_at":"2022-09-07T02:53:50.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.8.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"83b11bc1ca7227497928a57b56653b76501b1368","kind":"commit","published_at":"2022-08-04T06:33:27.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.7.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"5195ff938810af60c5adb012e4c97d80278d6f83","kind":"commit","published_at":"2022-06-30T08:43:44.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.6.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"4335313fb73cd82cfbf15413381ad5f21465f91d","kind":"commit","published_at":"2022-06-09T05:22:25.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.5.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"8aba06d2f3f45279cd195e1d720cb15395b45a52","kind":"commit","published_at":"2022-04-27T14:31:34.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"9306bcec808e1438f40032db844dc9472b23bcc8","kind":"commit","published_at":"2022-04-01T10:14:23.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"34879e638cc2db511e798a376b9a4b9932660fe1","kind":"commit","published_at":"2022-02-28T10:25:11.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"230596bad92fafadb36cf0a69c57d80522cc7c60","kind":"tag","published_at":"2022-01-26T11:58:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"26d40fe883c941a668bf7c309b168e4f01a6f6c2","kind":"commit","published_at":"2021-12-27T05:45:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0/manifests"},{"name":"v0.1.0alpha","sha":"d0bb497b0c187732147d7c3e5f432b93a7ddb68d","kind":"tag","published_at":"2021-11-26T10:14:53.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0alpha","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:09:56.179Z","dependent_packages_count":3,"downloads":15896,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":3.763520840592079,"dependent_repos_count":22.087784936889527,"dependent_packages_count":7.31012528119255,"stargazers_count":1.490179651501924,"forks_count":2.265903014026832,"docker_downloads_count":2.995704760002976,"average":6.652203080700981},"purl":"pkg:pypi/mmdeploy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/mmdeploy","docker_dependents_count":2,"docker_downloads_count":42,"usage_url":"https://repos.ecosyste.ms/usage/pypi/mmdeploy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/mmdeploy/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T18:28:54.698Z","issues_count":701,"pull_requests_count":152,"avg_time_to_close_issue":3395220.0236842106,"avg_time_to_close_pull_request":1019848.0775862068,"issues_closed_count":380,"pull_requests_closed_count":116,"pull_request_authors_count":58,"issue_authors_count":490,"avg_comments_per_issue":4.159771754636234,"avg_comments_per_pull_request":2.7434210526315788,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":85,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":154718.22222222222,"past_year_avg_time_to_close_pull_request":158337.0,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":72,"past_year_avg_comments_per_issue":0.7058823529411765,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","maintainers":[{"login":"RunningLeon","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy/related_packages","maintainers":[{"uuid":"openmmlab","login":"openmmlab","name":null,"email":null,"url":null,"packages_count":40,"html_url":"https://pypi.org/user/openmmlab/","role":null,"created_at":"2023-01-30T02:42:29.306Z","updated_at":"2023-01-30T02:42:29.306Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/openmmlab/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724998,"maintainers_count":308311,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":7427713,"name":"mmdeploy-runtime","ecosystem":"pypi","description":"OpenMMLab Model Deployment SDK python api","homepage":"https://github.com/open-mmlab/mmdeploy","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/open-mmlab/mmdeploy","keywords_array":["computer vision","model deployment"],"namespace":null,"versions_count":6,"first_release_published_at":"2023-04-06T07:18:52.000Z","latest_release_published_at":"2023-12-25T12:33:38.000Z","latest_release_number":"1.3.1","last_synced_at":"2025-08-22T19:36:52.662Z","created_at":"2023-04-06T07:39:58.318Z","updated_at":"2025-08-23T04:09:56.180Z","registry_url":"https://pypi.org/project/mmdeploy-runtime/","install_command":"pip install mmdeploy-runtime --index-url https://pypi.org/simple","documentation_url":"https://mmdeploy-runtime.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"mmdeploy-runtime","project_status":null},"repo_metadata":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740730,"owners_count":24812642,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"tags":[{"name":"v1.3.1","sha":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77","kind":"commit","published_at":"2023-12-25T08:17:26.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1132e827d73b308f04c6d636298ff3a7094c585a","kind":"commit","published_at":"2023-09-22T02:12:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6cd29e2152d6935bde2f9252b47170724bac20ac","kind":"commit","published_at":"2023-06-30T12:08:09.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"faf05fe358324a43f9d27778f3be0d77654d8cbb","kind":"commit","published_at":"2023-05-24T11:59:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"4bb9bc738c9008055fbc9347f46da70ee60fdad3","kind":"commit","published_at":"2023-04-06T04:07:42.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0/manifests"},{"name":"v0.14.0","sha":"c73756366e374507b5d619cfe06deea72d2ad61d","kind":"commit","published_at":"2023-04-05T06:28:00.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.14.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0/manifests"},{"name":"v1.0.0rc3","sha":"413cc769885c16c3551ae36ab753b3a4ffb01c6d","kind":"commit","published_at":"2023-02-24T10:41:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc3","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3/manifests"},{"name":"v1.0.0rc2","sha":"a3c056645163e269c096f01a9f47a74caa742cfa","kind":"commit","published_at":"2023-02-16T06:20:33.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc2","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2/manifests"},{"name":"v0.13.0","sha":"02d5a09989bd702f6a1031d45a1dc176a2314fca","kind":"commit","published_at":"2023-02-16T06:15:19.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.13.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0/manifests"},{"name":"v1.0.0rc1","sha":"09f19524577df647ac339aed8d45f9b0587bfd69","kind":"commit","published_at":"2022-12-30T10:25:24.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1/manifests"},{"name":"v0.12.0","sha":"c3986cebe8e3d5125e1b70fdde03bbbecfd0f6b1","kind":"commit","published_at":"2022-12-30T08:17:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.12.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0/manifests"},{"name":"v1.0.0rc0","sha":"ab421f82d2452bc36c50f49a84f82f988b454f61","kind":"commit","published_at":"2022-11-30T11:10:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0/manifests"},{"name":"v0.11.0","sha":"2a1fed91c92d05d5deec36c6fa401d65588abcb6","kind":"commit","published_at":"2022-11-30T09:54:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.11.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"4c34ad74a1f83fa7c403bcb99841d4166eb05d82","kind":"commit","published_at":"2022-10-31T11:24:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.10.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"917643fcac267882d3f81bd1666d6d3f4da2c8bd","kind":"commit","published_at":"2022-09-29T11:48:52.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.9.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"b310ba8d3ebf44f0a542ad2953681af3bb7e7ccb","kind":"commit","published_at":"2022-09-07T02:53:50.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.8.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"83b11bc1ca7227497928a57b56653b76501b1368","kind":"commit","published_at":"2022-08-04T06:33:27.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.7.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"5195ff938810af60c5adb012e4c97d80278d6f83","kind":"commit","published_at":"2022-06-30T08:43:44.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.6.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"4335313fb73cd82cfbf15413381ad5f21465f91d","kind":"commit","published_at":"2022-06-09T05:22:25.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.5.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"8aba06d2f3f45279cd195e1d720cb15395b45a52","kind":"commit","published_at":"2022-04-27T14:31:34.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"9306bcec808e1438f40032db844dc9472b23bcc8","kind":"commit","published_at":"2022-04-01T10:14:23.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"34879e638cc2db511e798a376b9a4b9932660fe1","kind":"commit","published_at":"2022-02-28T10:25:11.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"230596bad92fafadb36cf0a69c57d80522cc7c60","kind":"tag","published_at":"2022-01-26T11:58:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"26d40fe883c941a668bf7c309b168e4f01a6f6c2","kind":"commit","published_at":"2021-12-27T05:45:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0/manifests"},{"name":"v0.1.0alpha","sha":"d0bb497b0c187732147d7c3e5f432b93a7ddb68d","kind":"tag","published_at":"2021-11-26T10:14:53.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0alpha","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:09:56.180Z","dependent_packages_count":0,"downloads":3685,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":30.371134998146697,"dependent_packages_count":7.0408906551038974,"stargazers_count":1.6229562234866521,"forks_count":2.4948669942885213,"average":10.382462217756443},"purl":"pkg:pypi/mmdeploy-runtime","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/mmdeploy-runtime","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/mmdeploy-runtime","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/mmdeploy-runtime/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T18:28:54.698Z","issues_count":701,"pull_requests_count":152,"avg_time_to_close_issue":3395220.0236842106,"avg_time_to_close_pull_request":1019848.0775862068,"issues_closed_count":380,"pull_requests_closed_count":116,"pull_request_authors_count":58,"issue_authors_count":490,"avg_comments_per_issue":4.159771754636234,"avg_comments_per_pull_request":2.7434210526315788,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":85,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":154718.22222222222,"past_year_avg_time_to_close_pull_request":158337.0,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":72,"past_year_avg_comments_per_issue":0.7058823529411765,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","maintainers":[{"login":"RunningLeon","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime/related_packages","maintainers":[{"uuid":"openmmlab","login":"openmmlab","name":null,"email":null,"url":null,"packages_count":40,"html_url":"https://pypi.org/user/openmmlab/","role":null,"created_at":"2023-04-06T08:25:41.267Z","updated_at":"2023-04-06T08:25:41.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/openmmlab/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724998,"maintainers_count":308311,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":10377512,"name":"github.com/open-mmlab/mmdeploy","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/open-mmlab/mmdeploy","keywords_array":[],"namespace":null,"versions_count":20,"first_release_published_at":"2021-12-27T05:45:35.000Z","latest_release_published_at":"2023-12-25T08:17:26.000Z","latest_release_number":"v1.3.1","last_synced_at":"2025-08-22T19:36:53.644Z","created_at":"2024-06-16T05:19:31.560Z","updated_at":"2025-08-23T04:09:56.180Z","registry_url":"https://pkg.go.dev/github.com/open-mmlab/mmdeploy","install_command":"go get github.com/open-mmlab/mmdeploy","documentation_url":"https://pkg.go.dev/github.com/open-mmlab/mmdeploy#section-documentation","metadata":{},"repo_metadata":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740730,"owners_count":24812642,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"tags":[{"name":"v1.3.1","sha":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77","kind":"commit","published_at":"2023-12-25T08:17:26.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1132e827d73b308f04c6d636298ff3a7094c585a","kind":"commit","published_at":"2023-09-22T02:12:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6cd29e2152d6935bde2f9252b47170724bac20ac","kind":"commit","published_at":"2023-06-30T12:08:09.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"faf05fe358324a43f9d27778f3be0d77654d8cbb","kind":"commit","published_at":"2023-05-24T11:59:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"4bb9bc738c9008055fbc9347f46da70ee60fdad3","kind":"commit","published_at":"2023-04-06T04:07:42.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0/manifests"},{"name":"v0.14.0","sha":"c73756366e374507b5d619cfe06deea72d2ad61d","kind":"commit","published_at":"2023-04-05T06:28:00.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.14.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0/manifests"},{"name":"v1.0.0rc3","sha":"413cc769885c16c3551ae36ab753b3a4ffb01c6d","kind":"commit","published_at":"2023-02-24T10:41:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc3","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3/manifests"},{"name":"v1.0.0rc2","sha":"a3c056645163e269c096f01a9f47a74caa742cfa","kind":"commit","published_at":"2023-02-16T06:20:33.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc2","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2/manifests"},{"name":"v0.13.0","sha":"02d5a09989bd702f6a1031d45a1dc176a2314fca","kind":"commit","published_at":"2023-02-16T06:15:19.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.13.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0/manifests"},{"name":"v1.0.0rc1","sha":"09f19524577df647ac339aed8d45f9b0587bfd69","kind":"commit","published_at":"2022-12-30T10:25:24.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1/manifests"},{"name":"v0.12.0","sha":"c3986cebe8e3d5125e1b70fdde03bbbecfd0f6b1","kind":"commit","published_at":"2022-12-30T08:17:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.12.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0/manifests"},{"name":"v1.0.0rc0","sha":"ab421f82d2452bc36c50f49a84f82f988b454f61","kind":"commit","published_at":"2022-11-30T11:10:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0/manifests"},{"name":"v0.11.0","sha":"2a1fed91c92d05d5deec36c6fa401d65588abcb6","kind":"commit","published_at":"2022-11-30T09:54:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.11.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"4c34ad74a1f83fa7c403bcb99841d4166eb05d82","kind":"commit","published_at":"2022-10-31T11:24:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.10.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"917643fcac267882d3f81bd1666d6d3f4da2c8bd","kind":"commit","published_at":"2022-09-29T11:48:52.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.9.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"b310ba8d3ebf44f0a542ad2953681af3bb7e7ccb","kind":"commit","published_at":"2022-09-07T02:53:50.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.8.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"83b11bc1ca7227497928a57b56653b76501b1368","kind":"commit","published_at":"2022-08-04T06:33:27.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.7.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"5195ff938810af60c5adb012e4c97d80278d6f83","kind":"commit","published_at":"2022-06-30T08:43:44.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.6.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"4335313fb73cd82cfbf15413381ad5f21465f91d","kind":"commit","published_at":"2022-06-09T05:22:25.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.5.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"8aba06d2f3f45279cd195e1d720cb15395b45a52","kind":"commit","published_at":"2022-04-27T14:31:34.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"9306bcec808e1438f40032db844dc9472b23bcc8","kind":"commit","published_at":"2022-04-01T10:14:23.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"34879e638cc2db511e798a376b9a4b9932660fe1","kind":"commit","published_at":"2022-02-28T10:25:11.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"230596bad92fafadb36cf0a69c57d80522cc7c60","kind":"tag","published_at":"2022-01-26T11:58:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"26d40fe883c941a668bf7c309b168e4f01a6f6c2","kind":"commit","published_at":"2021-12-27T05:45:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0/manifests"},{"name":"v0.1.0alpha","sha":"d0bb497b0c187732147d7c3e5f432b93a7ddb68d","kind":"tag","published_at":"2021-11-26T10:14:53.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0alpha","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:09:56.180Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.9445469250160885,"dependent_packages_count":6.5076054129418095,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.726076168978949},"purl":"pkg:golang/github.com/open-mmlab/mmdeploy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/open-mmlab/mmdeploy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/open-mmlab/mmdeploy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/open-mmlab/mmdeploy/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T18:28:54.698Z","issues_count":701,"pull_requests_count":152,"avg_time_to_close_issue":3395220.0236842106,"avg_time_to_close_pull_request":1019848.0775862068,"issues_closed_count":380,"pull_requests_closed_count":116,"pull_request_authors_count":58,"issue_authors_count":490,"avg_comments_per_issue":4.159771754636234,"avg_comments_per_pull_request":2.7434210526315788,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":85,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":154718.22222222222,"past_year_avg_time_to_close_pull_request":158337.0,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":72,"past_year_avg_comments_per_issue":0.7058823529411765,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","maintainers":[{"login":"RunningLeon","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fopen-mmlab%2Fmmdeploy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fopen-mmlab%2Fmmdeploy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fopen-mmlab%2Fmmdeploy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fopen-mmlab%2Fmmdeploy/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1951509,"maintainers_count":0,"namespaces_count":741275,"keywords_count":109185,"github":"golang","metadata":{"funded_packages_count":49011},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-05T05:14:06.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":7427717,"name":"mmdeploy-runtime-gpu","ecosystem":"pypi","description":"OpenMMLab Model Deployment SDK python api","homepage":"https://github.com/open-mmlab/mmdeploy","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/open-mmlab/mmdeploy","keywords_array":["computer vision","model deployment"],"namespace":null,"versions_count":6,"first_release_published_at":"2023-04-06T07:25:08.000Z","latest_release_published_at":"2023-12-25T12:35:23.000Z","latest_release_number":"1.3.1","last_synced_at":"2025-08-22T10:06:06.414Z","created_at":"2023-04-06T07:39:58.442Z","updated_at":"2025-08-23T04:09:56.186Z","registry_url":"https://pypi.org/project/mmdeploy-runtime-gpu/","install_command":"pip install mmdeploy-runtime-gpu --index-url https://pypi.org/simple","documentation_url":"https://mmdeploy-runtime-gpu.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"mmdeploy-runtime-gpu","project_status":null},"repo_metadata":{"id":36966382,"uuid":"441467833","full_name":"open-mmlab/mmdeploy","owner":"open-mmlab","description":"OpenMMLab Model Deployment Framework","archived":false,"fork":false,"pushed_at":"2024-09-30T02:34:18.000Z","size":13797,"stargazers_count":3021,"open_issues_count":444,"forks_count":676,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-08-22T19:03:26.464Z","etag":null,"topics":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"latest_commit_sha":null,"homepage":"https://mmdeploy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-mmlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T13:04:44.000Z","updated_at":"2025-08-22T14:38:52.000Z","dependencies_parsed_at":"2023-01-17T09:16:39.038Z","dependency_job_id":"d3ddeecf-3662-4c61-ba19-71496ac38411","html_url":"https://github.com/open-mmlab/mmdeploy","commit_stats":{"total_commits":1070,"total_committers":121,"mean_commits":8.84297520661157,"dds":0.8822429906542056,"last_synced_commit":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/open-mmlab/mmdeploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/sbom","scorecard":{"id":708406,"data":{"date":"2025-08-11","repo":{"name":"github.com/open-mmlab/mmdeploy","commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/backend-ascend.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/backend-coreml.yml:22","Warn: no topLevel permission defined: .github/workflows/backend-ncnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-ort.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-pplnn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-rknn.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-snpe.yml:1","Warn: no topLevel permission defined: .github/workflows/backend-torchscript.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/java_api.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/linux-riscv64-gcc.yml:1","Warn: topLevel permissions set to 'write-all': .github/workflows/prebuild.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.3.1 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 not signed: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330","Warn: release artifact v1.3.1 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/135040801","Warn: release artifact v1.3.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/122141652","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/110476907","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/103924636","Warn: release artifact v1.0.0 does not have provenance: https://api.github.com/repos/open-mmlab/mmdeploy/releases/98301330"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"21 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2017-101","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-6rq9-53c3-f7vj","Warn: Project is vulnerable to: PYSEC-2025-10 / GHSA-h36j-8vv3-cj52","Warn: Project is vulnerable to: PYSEC-2024-223 / GHSA-h8wv-9h96-m4hr","Warn: Project is vulnerable to: PYSEC-2024-222 / GHSA-whh8-fjgc-qp73","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:227","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:234","Info: Possibly incomplete results: error parsing shell code: \u0026 can only immediately follow a statement: .github/workflows/prebuild.yml:240","Info: Possibly incomplete results: error parsing shell code: invalid func name: .github/workflows/prebuild.yml:168","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote `: .github/workflows/prebuild.yml:175","Info: Possibly incomplete results: error parsing shell code: \"foo(\" must be followed by ): .github/workflows/prebuild.yml:202","Info: Possibly incomplete results: error parsing shell code: reached EOF without closing quote \": .github/workflows/prebuild.yml:209","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ascend.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ascend.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-coreml.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-coreml.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ncnn.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ncnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-ort.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-ort.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/backend-pplnn.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-pplnn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-rknn.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-rknn.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-snpe.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-snpe.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/backend-torchscript.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/backend-torchscript.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:129: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:196: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:218: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:279: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/docker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/java_api.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/java_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linux-riscv64-gcc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/linux-riscv64-gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prebuild.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/prebuild.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/regression-test.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/regression-test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust_api.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust_api.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/rust_api.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/open-mmlab/mmdeploy/stale.yml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:3","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:4","Warn: containerImage not pinned by hash: docker/Base/Dockerfile:6","Warn: containerImage not pinned by hash: docker/CPU/Dockerfile:1: pin your Docker image by updating openvino/ubuntu20_dev:2022.3.0 to openvino/ubuntu20_dev:2022.3.0@sha256:1ba0022c1352d5f303a4833607a9aac0bdac2c4810dc46d1ea2d2ca160c3ad9d","Warn: containerImage not pinned by hash: docker/GPU/Dockerfile:1: pin your Docker image by updating nvcr.io/nvidia/tensorrt:22.04-py3 to nvcr.io/nvidia/tensorrt:22.04-py3@sha256:43b49cfbcb3d086fd5b8b4277fa4562a2757d461776177f69d0b338ad4ea9b18","Warn: containerImage not pinned by hash: docker/Release/Dockerfile:1: pin your Docker image by updating openmmlab/mmdeploy:ubuntu20.04-cuda11.8 to openmmlab/mmdeploy:ubuntu20.04-cuda11.8@sha256:06c832dacbed8386aca51e64157f227caf6595f671f84b12bd6ce7af6d054dde","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile:1: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64 to quay.io/pypa/manylinux2014_x86_64@sha256:265279207916439ab59f696e168b579f789d1b247aa7654efa31b75416adaefa","Warn: containerImage not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:1: pin your Docker image by updating nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04 to nvidia/cuda:11.3.1-cudnn8-devel-ubuntu16.04@sha256:3e5e4634f31209f865173108248e2a980b791a7e2a69146ad0904f61b8b85706","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:49-62","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:87-92","Warn: pipCommand not pinned by hash: docker/Base/Dockerfile:104-110","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/CPU/Dockerfile:57-58","Warn: pipCommand not pinned by hash: docker/GPU/Dockerfile:48-49","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/Release/Dockerfile:9-23","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile:99-117","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:26-28","Warn: downloadThenRun not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:92-95","Warn: pipCommand not pinned by hash: docker/prebuild/Dockerfile.cxx11abi:99","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:12","Warn: pipCommand not pinned by hash: .github/scripts/linux/install_onnxruntime.sh:18","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:17","Warn: pipCommand not pinned by hash: tools/package_tools/test/test_sdk_python.sh:18","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:238","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:239","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:255","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:256","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:259","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:264","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:272","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:273","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:274","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:304","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:306","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:309","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:370","Warn: pipCommand not pinned by hash: tools/scripts/build_linux_nvidia.sh:373","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/scripts/ubuntu_cross_build_rknn.sh:36","Warn: downloadThenRun not pinned by hash: .github/workflows/backend-ascend.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:79","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:98","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:99","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:105","Warn: pipCommand not pinned by hash: .github/workflows/backend-ncnn.yml:111","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-ort.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/backend-pplnn.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/backend-torchscript.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:178","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:179","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:180","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:182","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:183","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:187","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:228","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:243","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:244","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:245","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:247","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:248","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:252","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:286","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:287","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:288","Warn: pipCommand not pinned by hash: .github/workflows/build.yml:303","Warn: pipCommand not pinned by hash: .github/workflows/java_api.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:16","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/prebuild.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  42 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  14 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   2 out of  89 pipCommand dependencies pinned","Info:   0 out of   3 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T07:25:45.660Z","repository_id":36966382,"created_at":"2025-08-22T07:25:45.660Z","updated_at":"2025-08-22T07:25:45.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271740730,"owners_count":24812642,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"open-mmlab","name":"OpenMMLab","uuid":"10245193","kind":"organization","description":"","email":null,"website":"https://openmmlab.com","location":"China","twitter":"OpenMMLab","company":null,"icon_url":"https://avatars.githubusercontent.com/u/10245193?v=4","repositories_count":53,"last_synced_at":"2025-03-22T16:45:34.723Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/open-mmlab","funding_links":[],"total_stars":126795,"followers":10989,"following":0,"created_at":"2022-11-13T11:44:40.846Z","updated_at":"2025-03-22T16:45:34.723Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-mmlab/repositories"},"tags":[{"name":"v1.3.1","sha":"bc75c9d6c8940aa03d0e1e5b5962bd930478ba77","kind":"commit","published_at":"2023-12-25T08:17:26.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1132e827d73b308f04c6d636298ff3a7094c585a","kind":"commit","published_at":"2023-09-22T02:12:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6cd29e2152d6935bde2f9252b47170724bac20ac","kind":"commit","published_at":"2023-06-30T12:08:09.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"faf05fe358324a43f9d27778f3be0d77654d8cbb","kind":"commit","published_at":"2023-05-24T11:59:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"4bb9bc738c9008055fbc9347f46da70ee60fdad3","kind":"commit","published_at":"2023-04-06T04:07:42.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0/manifests"},{"name":"v0.14.0","sha":"c73756366e374507b5d619cfe06deea72d2ad61d","kind":"commit","published_at":"2023-04-05T06:28:00.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.14.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.14.0/manifests"},{"name":"v1.0.0rc3","sha":"413cc769885c16c3551ae36ab753b3a4ffb01c6d","kind":"commit","published_at":"2023-02-24T10:41:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc3","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc3/manifests"},{"name":"v1.0.0rc2","sha":"a3c056645163e269c096f01a9f47a74caa742cfa","kind":"commit","published_at":"2023-02-16T06:20:33.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc2","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc2/manifests"},{"name":"v0.13.0","sha":"02d5a09989bd702f6a1031d45a1dc176a2314fca","kind":"commit","published_at":"2023-02-16T06:15:19.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.13.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.13.0/manifests"},{"name":"v1.0.0rc1","sha":"09f19524577df647ac339aed8d45f9b0587bfd69","kind":"commit","published_at":"2022-12-30T10:25:24.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc1/manifests"},{"name":"v0.12.0","sha":"c3986cebe8e3d5125e1b70fdde03bbbecfd0f6b1","kind":"commit","published_at":"2022-12-30T08:17:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.12.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.12.0/manifests"},{"name":"v1.0.0rc0","sha":"ab421f82d2452bc36c50f49a84f82f988b454f61","kind":"commit","published_at":"2022-11-30T11:10:37.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v1.0.0rc0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v1.0.0rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v1.0.0rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v1.0.0rc0/manifests"},{"name":"v0.11.0","sha":"2a1fed91c92d05d5deec36c6fa401d65588abcb6","kind":"commit","published_at":"2022-11-30T09:54:40.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.11.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"4c34ad74a1f83fa7c403bcb99841d4166eb05d82","kind":"commit","published_at":"2022-10-31T11:24:47.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.10.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"917643fcac267882d3f81bd1666d6d3f4da2c8bd","kind":"commit","published_at":"2022-09-29T11:48:52.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.9.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"b310ba8d3ebf44f0a542ad2953681af3bb7e7ccb","kind":"commit","published_at":"2022-09-07T02:53:50.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.8.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"83b11bc1ca7227497928a57b56653b76501b1368","kind":"commit","published_at":"2022-08-04T06:33:27.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.7.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"5195ff938810af60c5adb012e4c97d80278d6f83","kind":"commit","published_at":"2022-06-30T08:43:44.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.6.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"4335313fb73cd82cfbf15413381ad5f21465f91d","kind":"commit","published_at":"2022-06-09T05:22:25.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.5.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"8aba06d2f3f45279cd195e1d720cb15395b45a52","kind":"commit","published_at":"2022-04-27T14:31:34.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.1","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"9306bcec808e1438f40032db844dc9472b23bcc8","kind":"commit","published_at":"2022-04-01T10:14:23.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.4.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"34879e638cc2db511e798a376b9a4b9932660fe1","kind":"commit","published_at":"2022-02-28T10:25:11.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.3.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"230596bad92fafadb36cf0a69c57d80522cc7c60","kind":"tag","published_at":"2022-01-26T11:58:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.2.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"26d40fe883c941a668bf7c309b168e4f01a6f6c2","kind":"commit","published_at":"2021-12-27T05:45:35.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0/manifests"},{"name":"v0.1.0alpha","sha":"d0bb497b0c187732147d7c3e5f432b93a7ddb68d","kind":"tag","published_at":"2021-11-26T10:14:53.000Z","download_url":"https://codeload.github.com/open-mmlab/mmdeploy/tar.gz/v0.1.0alpha","html_url":"https://github.com/open-mmlab/mmdeploy/releases/tag/v0.1.0alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/open-mmlab/mmdeploy@v0.1.0alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/tags/v0.1.0alpha/manifests"}]},"repo_metadata_updated_at":"2025-08-23T04:09:56.185Z","dependent_packages_count":0,"downloads":2079,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":5.485262626302171,"dependent_repos_count":68.49572803520945,"dependent_packages_count":7.31012528119255,"stargazers_count":1.490179651501924,"forks_count":2.265903014026832,"docker_downloads_count":null,"average":17.009439721646586},"purl":"pkg:pypi/mmdeploy-runtime-gpu","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/mmdeploy-runtime-gpu","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/mmdeploy-runtime-gpu","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/mmdeploy-runtime-gpu/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-22T18:28:54.698Z","issues_count":701,"pull_requests_count":152,"avg_time_to_close_issue":3395220.0236842106,"avg_time_to_close_pull_request":1019848.0775862068,"issues_closed_count":380,"pull_requests_closed_count":116,"pull_request_authors_count":58,"issue_authors_count":490,"avg_comments_per_issue":4.159771754636234,"avg_comments_per_pull_request":2.7434210526315788,"merged_pull_requests_count":104,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":85,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":154718.22222222222,"past_year_avg_time_to_close_pull_request":158337.0,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":72,"past_year_avg_comments_per_issue":0.7058823529411765,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","maintainers":[{"login":"RunningLeon","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime-gpu/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime-gpu/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime-gpu/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/mmdeploy-runtime-gpu/related_packages","maintainers":[{"uuid":"openmmlab","login":"openmmlab","name":null,"email":null,"url":null,"packages_count":40,"html_url":"https://pypi.org/user/openmmlab/","role":null,"created_at":"2023-04-06T08:25:41.911Z","updated_at":"2023-04-06T08:25:41.911Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/openmmlab/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724998,"maintainers_count":308311,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":612735,"full_name":"open-mmlab/mmdeploy","default_branch":"main","committers":[{"name":"RunningLeon","email":"mnsheng@yeah.net","login":"RunningLeon","count":159},{"name":"AllentDan","email":"41138331+AllentDan","login":"AllentDan","count":127},{"name":"q.yao","email":"streetyao@live.com","login":"grimoire","count":103},{"name":"hanrui1sensetime","email":"83800577+hanrui1sensetime","login":"hanrui1sensetime","count":86},{"name":"q.yao","email":"yaoqian@sensetime.com","login":null,"count":74},{"name":"Li Zhang","email":"lzhang329@gmail.com","login":"lzhangzz","count":68},{"name":"Chen Xin","email":"xinchen.tju@gmail.com","login":"irexyc","count":68},{"name":"lvhan028","email":"lvhan_028@163.com","login":"lvhan028","count":67},{"name":"tpoisonooo","email":"khj.application@aliyun.com","login":"tpoisonooo","count":48},{"name":"Yifan Zhou","email":"singlezombie@163.com","login":"SingleZombie","count":43},{"name":"VVsssssk","email":"88368822+VVsssssk","login":"VVsssssk","count":36},{"name":"triple-Mu","email":"gpu@163.com","login":"triple-Mu","count":22},{"name":"Semyon Bevzyuk","email":"semen.bevzuk@gmail.com","login":"SemyonBevzuk","count":15},{"name":"huayuan4396","email":"110151316+huayuan4396","login":"huayuan4396","count":9},{"name":"HinGwenWoong","email":"peterhuang0323@qq.com","login":"PeterH0323","count":8},{"name":"Mengyang Liu","email":"49838178+liu-mengyang","login":"liu-mengyang","count":6},{"name":"Johannes L","email":"tehkillerbee","login":"tehkillerbee","count":5},{"name":"Qingren","email":"45782082+Qingrenn","login":"Qingrenn","count":4},{"name":"Xin Li","email":"7219519+xin-li-67","login":"xin-li-67","count":4},{"name":"Yue Zhou","email":"592267829@qq.com","login":"zytx121","count":4},{"name":"vansin","email":"msnode@163.com","login":"vansin","count":3},{"name":"Zaida Zhou","email":"58739961+zhouzaida","login":"zhouzaida","count":3},{"name":"Ryan_Huang","email":"44900829+DrRyanHuang","login":"DrRyanHuang","count":3},{"name":"Mohammed Yasin","email":"32206511+Y-T-G","login":"Y-T-G","count":3},{"name":"Yang Nie","email":"flytocc@outlook.com","login":"flytocc","count":2},{"name":"任祉涵","email":"52252114+Renzhihan","login":"Renzhihan","count":2},{"name":"zambranohally","email":"63218980+zambranohally","login":"zambranohally","count":2},{"name":"Zhiqiang Wang","email":"zhiqwang@foxmail.com","login":"zhiqwang","count":2},{"name":"SsTtOoNnEe","email":"1602965550@qq.com","login":"SsTtOoNnEe","count":2},{"name":"Shengxi Li","email":"982783556@qq.com","login":"xizi","count":2},{"name":"Renhao Liu","email":"69111729+Boomerl","login":"Boomerl","count":2},{"name":"RangiLyu","email":"lyuchqi@gmail.com","login":"RangiLyu","count":2},{"name":"Peng Lu","email":"penglu2097@gmail.com","login":"Ben-Louis","count":2},{"name":"OldDreamInWind","email":"108687632+OldDreamInWind","login":"OldDreamInWind","count":2},{"name":"Haofan Wang","email":"frankmiracle@outlook.com","login":"haofanwang","count":2},{"name":"Hakjin Lee","email":"nijkah@gmail.com","login":"nijkah","count":2},{"name":"Danil","email":"Danil328@yandex.ru","login":"Danil328","count":2},{"name":"Hongyi Xiang","email":"Groexhy","login":"Groexhy","count":1},{"name":"Jelle Maas","email":"typiqally@gmail.com","login":"Typiqally","count":1},{"name":"Jingwei Zhang","email":"zjw18@mails.tsinghua.edu.cn","login":"JingweiZhang12","count":1},{"name":"Joson","email":"1250377062@qq.com","login":"LJoson","count":1},{"name":"Joyphy","email":"53531178+Joyphy","login":"Joyphy","count":1},{"name":"Junhwa Song","email":"ethan9867@gmail.com","login":"KKIEEK","count":1},{"name":"Junjie","email":"61398820+Adenialzz","login":"Adenialzz","count":1},{"name":"LKJacky","email":"108643365+LKJacky","login":"LKJacky","count":1},{"name":"fanyunchao","email":"55267877+fanyunchao","login":"fanyunchao","count":1},{"name":"del-zhenwu","email":"56623710+del-zhenwu","login":"del-zhenwu","count":1},{"name":"Andy","email":"andyliu9309@gmail.com","login":"AndyLiu93","count":1},{"name":"BrokenArrow","email":"hezhaoxu1404@outlook.com","login":"BrokenArrow1404","count":1},{"name":"Bryan Glen Suello","email":"11388006+bgsuello","login":"bgsuello","count":1},{"name":"Carmine Ianni","email":"ianni.carmine@outlook.com","login":"carminez88","count":1},{"name":"CescMessi","email":"tommymuniesa@gmail.com","login":"CescMessi","count":1},{"name":"DDGRCF","email":"raochaofan1970@gmail.com","login":"DDGRCF","count":1},{"name":"Damon Da Tong","email":"tongda@outlook.com","login":"tongda","count":1},{"name":"Echo-minn","email":"32877946+Echo-minn","login":"Echo-minn","count":1},{"name":"Lakshantha Dissanayake","email":"lakshanthad@yahoo.com","login":"lakshanthad","count":1},{"name":"ichitaka","email":"tuemerffm@hotmail.com","login":null,"count":1},{"name":"达芬奇","email":"82949541+doufengqi","login":"doufengqi","count":1},{"name":"gy77","email":"64619863+gy-7","login":"gy-7","count":1},{"name":"huangjiyi","email":"43315610+huangjiyi","login":"huangjiyi","count":1},{"name":"jason_w","email":"wongzheng@126.com","login":"MambaWong","count":1},{"name":"kaizhong","email":"97659362+kaizhong2021","login":"kaizhong2021","count":1},{"name":"kota-iizuka","email":"64062831+kota-iizuka","login":"kota-iizuka","count":1},{"name":"lihongda","email":"66583237+Li-Hongda","login":"Li-Hongda","count":1},{"name":"mpocwierz","email":"maciej.pocwierz@semantive.com","login":"Macok","count":1},{"name":"munhou","email":"51435578+munhou","login":"munhou","count":1},{"name":"nino","email":"shuyaoyimei","login":"shuyaoyimei","count":1},{"name":"qiufeng","email":"44188071+wutongshenqiu","login":"wutongshenqiu","count":1},{"name":"roman-duris","email":"141549520+roman-duris","login":"roman-duris","count":1},{"name":"ruisv","email":"27017322+ruisv","login":"ruisv","count":1},{"name":"sanjaypavo","email":"93761297+sanjaypavo","login":"sanjaypavo","count":1},{"name":"tripleMu","email":"92794867+q3394101","login":"q3394101","count":1},{"name":"uniyushu","email":"aaayushu@gmail.com","login":"uniyushu","count":1},{"name":"wanglin","email":"43739525+linjie111","login":"linjie111","count":1},{"name":"whooray","email":"jinwonkim93","login":"jinwonkim93","count":1},{"name":"xiabo123","email":"40659418+xiabo123","login":"xiabo123","count":1},{"name":"yinfan98","email":"32722923+yinfan98","login":"yinfan98","count":1},{"name":"yydc-0","email":"52901216+yydc-0","login":"yydc-0","count":1},{"name":"zhengjie.xu","email":"jerryxuzhengjie@gmail.com","login":"crazysteeaam","count":1},{"name":"zhjunqin","email":"zhjunqin","login":"zhjunqin","count":1},{"name":"zly19540609","email":"31341706+zly19540609","login":"zly19540609","count":1},{"name":"孙德伟","email":"5899962+dwSun","login":"dwSun","count":1},{"name":"张文俊","email":"48756871+raykindle","login":"raykindle","count":1},{"name":"杨培文 (Yang Peiwen)","email":"915505626@qq.com","login":"ypwhs","count":1},{"name":"AllentDan","email":"41138331+allentdan","login":"allentdan","count":1},{"name":"Haian Huang(深度眸)","email":"1286304229@qq.com","login":"hhaAndroid","count":1},{"name":"FishBigOcean","email":"36850642+FishBigOcean","login":"FishBigOcean","count":1},{"name":"LuukvandenBent","email":"94459309+LuukvandenBent","login":"LuukvandenBent","count":1},{"name":"Michał Antoszkiewicz","email":"michal.antoszkiewicz@gmail.com","login":"antoszy","count":1},{"name":"MingJian.L","email":"45811724+matrixgame2018","login":"matrixgame2018","count":1},{"name":"Mingcong Han","email":"hanmingcong123@hotmail.com","login":"francis0407","count":1},{"name":"NagatoYuki0943","email":"72508155+NagatoYuki0943","login":"NagatoYuki0943","count":1},{"name":"Nghia","email":"nghiaho12@yahoo.com","login":"nghiaho12","count":1},{"name":"Richard-mei","email":"mei__h@163.com","login":"Richard-mei","count":1},{"name":"Sanbu","email":"96160062+sanbuphy","login":"sanbuphy","count":1},{"name":"Shaun","email":"cq.xiang@foxmail.com","login":"cxiang26","count":1},{"name":"SineYuan","email":"stringread@gmail.com","login":"SineYuan","count":1},{"name":"StephenFang","email":"48404864+Stephenfang51","login":"Stephenfang51","count":1},{"name":"Stozn","email":"liuzhixin@yeah.net","login":"stozn","count":1},{"name":"Tau","email":"taujiang@outlook.com","login":"Tau-J","count":1},{"name":"TheSeriousProgrammer","email":"26043350+TheSeriousProgrammer","login":"TheSeriousProgrammer","count":1},{"name":"Tianlong Ai","email":"50650583+AI-Tianlong","login":"AI-Tianlong","count":1},{"name":"Vanilla","email":"72430633+Luo-Z13","login":"Luo-Z13","count":1},{"name":"Xiang Xu","email":"xuxiang0103@gmail.com","login":"Xiangxu-0103","count":1},{"name":"Xu Lin","email":"2267379130@qq.com","login":"isLinXu","count":1},{"name":"YH","email":"yhna940@gmail.com","login":"yhna940","count":1},{"name":"Yanyi Liu","email":"wolfsonliu@163.com","login":"liuyanyi","count":1},{"name":"Yee","email":"i-square","login":"i-square","count":1},{"name":"Yifan Gu","email":"gyf304","login":"gyf304","count":1},{"name":"Yosshi999","email":"Yosshi999","login":"Yosshi999","count":1},{"name":"blue-q","email":"85726493+blue-q","login":"blue-q","count":1},{"name":"chaoqun","email":"cdongae@connect.ust.hk","login":"Dchaoqun","count":1},{"name":"chuzh","email":"50682966+rchuzh99","login":"rchuzh99","count":1},{"name":"Liu Qingchen","email":"liuqc08@gmail.com","login":"liuqc11","count":1}],"total_commits":1071,"total_committers":114,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":9.394736842105264,"dds":0.8515406162464986,"past_year_committers":[{"name":"chuzh","email":"50682966+rchuzh99","login":"rchuzh99","count":1}],"past_year_total_commits":1,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":1.0,"past_year_dds":0.0,"last_synced_at":"2025-05-15T04:29:31.415Z","last_synced_commit":"3f8604bd72e8e15d06b2e0552fe2fdb8f8de33c4","created_at":"2023-03-09T07:30:27.026Z","updated_at":"2025-05-15T04:29:31.451Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"open-mmlab/mmdeploy","html_url":"https://github.com/open-mmlab/mmdeploy","last_synced_at":"2025-08-31T08:21:27.792Z","status":null,"issues_count":699,"pull_requests_count":152,"avg_time_to_close_issue":3358137.0863874345,"avg_time_to_close_pull_request":1027339.4782608695,"issues_closed_count":382,"pull_requests_closed_count":115,"pull_request_authors_count":57,"issue_authors_count":491,"avg_comments_per_issue":4.141630901287553,"avg_comments_per_pull_request":2.736842105263158,"merged_pull_requests_count":103,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":68,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":145549.8,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":58,"past_year_avg_comments_per_issue":0.3382352941176471,"past_year_avg_comments_per_pull_request":0.75,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-14T17:54:55.517Z","updated_at":"2025-09-03T06:10:08.241Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-mmlab%2Fmmdeploy/issues","issue_labels_count":{"awaiting response":227,"Stale":225,"TensorRT":74,"mmdet":72,"SDK":50,"onnxruntime":38,"question":36,"mmpose":30,"mmseg":28,"usage":22,"Windows":20,"mmocr":19,"Installation":17,"mmdet3d":15,"Jetson":15,"unsupported model":13,"mmrotate":13,"bug":10,"ncnn":10,"Linux-x86_64":8,"onnx":8,"mmpretrain":6,"feature-wanted":6,"docker":5,"custom_op":4,"quantization":4,"planned feature":4,"duplicate":3,"mmyolo":3,"Torchscript":3,"benchmark":3,"partition_model":3,"documentation":2,"batch-inference":2,"rknn":2,"upstream issue":1,"openvino":1,"environment-issue":1,"community discussion":1,"mmcv":1,"pose_tracker":1,"dev-1.x":1,"Android":1,"mmaction2":1,"snpe":1,"Bug:P1":1,"Triton":1,"mmagic":1},"pull_request_labels_count":{"bug":18,"enhancement":15,"feature":13,"documentation":12,"CI":7,"Bug:P0":3,"codecamp":3,"planned feature":3,"WIP":3,"Jetson":2,"SDK":2,"BC-breaking":2,"Bug:P1":1,"Unittest":1,"Windows":1,"improvement":1,"docker":1,"refactoring":1,"to 2.0":1,"feature-wanted":1},"issue_author_associations_count":{"NONE":637,"CONTRIBUTOR":18,"COLLABORATOR":5},"pull_request_author_associations_count":{"COLLABORATOR":59,"NONE":38,"CONTRIBUTOR":31,"MEMBER":26},"issue_authors":{"GeorgePearse":8,"fpeanut":7,"vicnoah":7,"gitleej":7,"lijoe123":6,"kdavidlp123":6,"da13132":6,"Daanfb":6,"a819411321":5,"kelvinwang139":5,"leemayi":5,"gstariarch":5,"GiovanniFyc":4,"happybear1015":4,"azuryl":4,"Jasonlaiya":4,"c-avan":4,"zhanghui-china":4,"zgq91":4,"woshinangua":4,"chuzhixing":4,"goldentimecoolk":3,"LidiaFantauzzo":3,"rpl-alan-shangguan":3,"wanbin-song":3,"lizheng1992":3,"BingoZZBZZ":3,"monsterlyg":3,"facias914":3,"wentaoliupai":3,"yu1206":3,"JNaranjo-Alcazar":3,"564192234":3,"vansin":3,"futureflsl":3,"himansh1314":3,"1wang11lijian1":3,"zj603252818":3,"cravies":3,"vxgu86":3,"L-Carson":3,"sidh1603":2,"GSusan":2,"Hongyuan-Liu":2,"JokerCai":2,"kc-w":2,"maximefuchs":2,"jhxiang":2,"yangzhiyin":2,"Kenneth-X":2,"CerPhd":2,"fritest":2,"1095788063":2,"Worromots":2,"bunengxiu":2,"sammilei":2,"galaxyGGG":2,"360Ibra":2,"yuanyuangoo":2,"6sz":2,"liuky74":2,"Jianfeng777":2,"XinDing5":2,"heylamourding":2,"flyzxm5177":2,"flytocc":2,"aaditya-srivathsan":2,"zqd-big":2,"sanjaypavo":2,"wuningaixiaoteng":2,"DaraOrange":2,"goldentimejsky":2,"fujikosu":2,"timsainb":2,"Macok":2,"52THANOS":2,"MarvinKlemp":2,"caj-github":2,"Dian-Yi":2,"grpinto":2,"Josh1021":2,"xiao-song2022":2,"Winnie202":2,"mogazheng":2,"user41pp":2,"PeterKim1":2,"WeitaoVan":2,"mmvxc":2,"skzlzl":2,"likecv":2,"gnscc":2,"RiverLight4":2,"JackIRose":2,"yinfan98":2,"volkov-maxim":2,"arpit15":2,"lonely0000cc":2,"hh123445":2,"dino-illumix":2,"ainndejj11":2,"baiguosummer":2,"IECCLES4":2,"serser":2,"yeungkong":1,"tg-em2ai":1,"shekmun":1,"erogodsky":1,"wuzujiong":1,"1xinyi":1,"Liiiifeie":1,"michael-camilleri":1,"VeeranjaneyuluToka":1,"lsm140":1,"sk-zhang":1,"reiffd7":1,"WYL-Projects":1,"kminoda":1,"Charlyo":1,"fengzf-github":1,"zsnyjj1993":1,"sylivahf":1,"mattiasbax":1,"BoweiPu":1,"hwy7":1,"hust-lidelong":1,"xzh929":1,"LukasFreudenmann":1,"dungng27":1,"brilliant-soilder":1,"danigarciaoca":1,"RojanAsl":1,"zzdang":1,"monkeycc":1,"GuoPingPan":1,"northagain":1,"AlfaRomeo9527":1,"wangshiwei567":1,"wm901115nwpu":1,"JinqingZhengTju":1,"collinbarnwell":1,"martin-cooper":1,"zyan-repository":1,"wbudd":1,"makangzhe":1,"xinxinxinxu":1,"bgsuello":1,"xenocloud7732":1,"msabbah06":1,"Nuralill":1,"vedrusss":1,"chenjiaqiang-a":1,"yhna940":1,"The-wind-rises-2023":1,"kouhinn":1,"guntisuSICKAG":1,"chooooock":1,"zhuangqirong":1,"prashant-dn":1,"Joyphy":1,"zerovirus123":1,"d710055071":1,"VVsssssk":1,"sharanms88":1,"shenjun1994":1,"TsaiChao-Hsin":1,"Mandylove1993":1,"ChenZhenGui":1,"laishenghui":1,"AS3E7":1,"y0qy":1,"Kaeseknacker":1,"YOODS-Xu":1,"Sudae827":1,"DavidZah":1,"LLsmile":1,"yfnn":1,"kristupas-g":1,"Ochre-amber":1,"CH-Echo":1,"hymnli":1,"PlutoNov":1,"Louis8582":1,"Badrinath-Gonnabattula":1,"UrJoaoAvelino":1,"QLI037":1,"moliwei2019":1,"ChrisKong93":1,"artificialzjy":1,"rtgunti":1,"wenkaiH":1,"HePengguang":1,"markdchoung":1,"lucaske21":1,"Lenan22":1,"Derbins":1,"cxiang26":1,"jiangyuanJ":1,"cly234":1,"jzlin1997":1,"wanghlsara":1,"chaochao1993":1,"123-cq":1,"tlzhaoboling":1,"leeasong":1,"blaoke":1,"AUTOMATIC2222":1,"celpas":1,"dewet99":1,"leashi":1,"wangjunquan911":1,"aixiaodewugege":1,"formance":1,"liuch37":1,"HuangLonghao":1,"yitian8377":1,"TianmengChen":1,"OronG13":1,"Monalsingh":1,"Chriost":1,"rememberBr":1,"nfazekas":1,"kkpssr":1,"19823326860":1,"ljl02521":1,"vision-gtc":1,"huangshihong":1,"marknabil":1,"Kyle-fang":1,"yemaozibushiwo":1,"Freedom-JJ":1,"KingofAsianPopJC":1,"Yee-Master":1,"gmk11":1,"alexandrealmin":1,"manhta26":1,"guoliangchao":1,"Hevislee":1,"wahaha":1,"eliabruni":1,"lilanxiao":1,"HBC11":1,"JiajieLai":1,"fellen88":1,"Priyanshu88":1,"bluesoulh":1,"vincentdeeplearn":1,"kydyahah":1,"dillonalaird":1,"AlbinZhu":1,"sherleyjj":1,"phamdinhdat-ai":1,"ZJLi2013":1,"exe0932":1,"sktedro":1,"ATang0729":1,"firatbey":1,"tpoisonooo":1,"bc-arl":1,"wantacool":1,"ZeroLelouch1205":1,"kasteric":1,"zjhthu":1,"stwerner97":1,"kacifer999":1,"bug-reporter123":1,"ehratjon":1,"liufqing":1,"senbinyu":1,"hoainamken":1,"oym050922021":1,"CVHub520":1,"zkccpro":1,"akirs82":1,"rohansaw":1,"jiadong696":1,"LUXUS1":1,"achbogga":1,"aiwenzhu":1,"tycallen":1,"Dream-Zhou":1,"Stultus-SY":1,"lishuwei10":1,"tobymu":1,"reverse-2020":1,"zxd-cqu":1,"lishiyu005":1,"DDGRCF":1,"chetir":1,"chen-del":1,"Y-T-G":1,"gustavofuhr":1,"hebin110400":1,"1804696177":1,"Youcunl":1,"hitszxs":1,"drag0n-flyer":1,"SparKgod1":1,"levrone1987":1,"boliurise":1,"fengyurenpingsheng":1,"GeneralJing":1,"roman-duris":1,"anzisheng":1,"Ying-Kang":1,"Puiching-Memory":1,"mortal-Zero":1,"zhouzhengguang":1,"xduris1":1,"jackie840129":1,"vavanade":1,"IanMcC123":1,"SicongLiu998":1,"VanderBieu":1,"OnceUponATimeMathley":1,"rylynchen":1,"returnL":1,"Jacobew":1,"oracle0101":1,"AndrewJSong":1,"davidpagnon":1,"AndreaMacri-sys":1,"weizhitgp":1,"phutuan123vn":1,"rbli-john":1,"leaves369":1,"darrenjkt":1,"ymw123":1,"Thevakumar-Luheerathan":1,"bug-here-help":1,"thaiph99":1,"dimakan":1,"lucasjinreal":1,"fschvart":1,"nidangnixiaoala":1,"yohnyang":1,"DuckJ":1,"YANSU7":1,"ilya-sha":1,"cat722":1,"Hellcat1005":1,"amxl56":1,"fengzfcany":1,"dahjungc":1,"dustovo":1,"manhtd98":1,"xizi":1,"HEIseYOUmolc":1,"limesqueezy":1,"winterxx":1,"hoduy1411":1,"panagiotidi":1,"xu19971109":1,"MarouaneMja":1,"PETEPEtrek":1,"QzYER":1,"shuyuan-wang":1,"chmjkb":1,"JolyonWu":1,"bobo0810":1,"octavflorescu":1,"lzcchl":1,"pmj110119":1,"barseghyanartur":1,"shenjunyuqwert":1,"shudct":1,"dengguanguan":1,"crmauceri":1,"Ningreka":1,"feihuamantian":1,"soellingeraj-code19":1,"OSSome01":1,"wzb1005":1,"baigwadood":1,"feihigh24":1,"ruinianxu":1,"yangl720":1,"faketifosi":1,"rchuzh99":1,"AnRanbel":1,"ramonhollands":1,"azmat21":1,"zylo117":1,"abetancordelrosario":1,"Ivan-Zhou":1,"shuchang0714":1,"kunnalparihar":1,"IsaoSakane":1,"TheBjorkkis2":1,"ok97465":1,"StochasticGame":1,"99HU":1,"naveenkumarkr723":1,"boshallen":1,"Matthew-DgNg":1,"Sencc":1,"finefine2":1,"1334233852":1,"cosimo17":1,"DarshanVirdi":1,"anshkumar":1,"shoayi":1,"Connor923":1,"xuexisuanfa":1,"bcc829":1,"yuanjincai":1,"SongYii":1,"jakubhejhal":1,"edwardnguyen1705":1,"matthost":1,"XuErShuo":1,"wcrun":1,"yunandyan":1,"KungFuPandaPro":1,"ghost":1,"RookieHuang":1,"tak-ho":1,"Gbbfine":1,"sipie800":1,"zakharchik-me":1,"Zhiquan98":1,"Aaronwd":1,"Billccx":1,"zbl929":1,"Geniukx":1,"decadance-dance":1,"wy787":1,"mike-qd":1,"PancakeAwesome":1,"Runshi-Zhang":1,"ykqyzzs":1,"SushmaDG":1,"Chenjg02":1,"simpleDalu":1,"wenjunlong":1,"LuukvandenBent":1,"korneliaWatson":1,"YuantianGao":1,"JonyJiang123":1,"JunDaLee":1,"clveryang":1,"JunGenius":1,"H329-2":1,"thu-bear":1,"gachiemchiep":1,"Baboom-l":1,"ozen":1,"lelechen63":1,"cozeybozey":1,"waveviewer":1,"josef821":1,"lbq779660843":1,"xdd12135":1,"fat-921":1,"Le0v1n":1,"24hours":1,"oschan77":1,"TouchDeeper":1,"svipvm":1,"mchaniotakis":1,"Petros626":1,"mthongkerd":1,"ExcaliburKG":1,"interestingzhuo":1,"sunwenhaopro":1,"ntirupathirao18":1,"liyunlaiii":1,"smrlehdgus":1,"hasanirtiza":1,"mozhijing":1,"Riki123666":1},"pull_request_authors":{"RunningLeon":24,"irexyc":15,"grimoire":13,"AllentDan":13,"huayuan4396":9,"Boomerl":5,"tpoisonooo":4,"Baboom-l":4,"Y-T-G":3,"take-cheeze":2,"rofgmd":2,"hiramf":2,"mys007":2,"ry3s":2,"yinfan98":2,"Danil328":2,"lvhan028":2,"KKIEEK":2,"flytocc":2,"Luo-Z13":2,"shuchang0714":2,"Theelx":2,"lzhangzz":2,"Kstheme":2,"kirillrdy":2,"jakubhejhal":2,"Typiqally":1,"Ben-Louis":1,"Macok":1,"sunjiahao1999":1,"IRONICBo":1,"CescMessi":1,"liuzhixin2003":1,"gachiemchiep":1,"roman-duris":1,"rchuzh99":1,"shuyaoyimei":1,"ueanperfect":1,"SsTtOoNnEe":1,"pppppM":1,"AI-Tianlong":1,"Andrii-Sheba":1,"zhjunqin":1,"yhna940":1,"blue-q":1,"hanrui1sensetime":1,"carminez88":1,"LuukvandenBent":1,"crazysteeaam":1,"DonggeunYu":1,"pedroHuang123":1,"VVsssssk":1,"kumailf":1,"huzhenhong":1,"BrokenArrow1404":1,"gqingraphcore":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10059033,"issues_count":31006821,"pull_requests_count":93826236,"authors_count":10685221,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"NONE":71},"past_year_pull_request_author_associations_count":{"NONE":7},"past_year_issue_authors":{"yu1206":3,"JNaranjo-Alcazar":3,"cravies":3,"a819411321":2,"arpit15":2,"fritest":2,"yangzhiyin":2,"happybear1015":2,"Riki123666":1,"QLI037":1,"Petros626":1,"ok97465":1,"ntirupathirao18":1,"msabbah06":1,"monkeycc":1,"mike-qd":1,"Matthew-DgNg":1,"manhta26":1,"lzcchl":1,"ruinianxu":1,"sharanms88":1,"shenjunyuqwert":1,"shuchang0714":1,"SparKgod1":1,"Sudae827":1,"UrJoaoAvelino":1,"weizhitgp":1,"wy787":1,"xzh929":1,"yunandyan":1,"zakharchik-me":1,"ZeroLelouch1205":1,"Zhiquan98":1,"amxl56":1,"artificialzjy":1,"AUTOMATIC2222":1,"bcc829":1,"BoweiPu":1,"c-avan":1,"CH-Echo":1,"Chenjg02":1,"chetir":1,"cly234":1,"davidpagnon":1,"dewet99":1,"edwardnguyen1705":1,"faketifosi":1,"fengyurenpingsheng":1,"fengzfcany":1,"fpeanut":1,"guntisuSICKAG":1,"guoliangchao":1,"Hongyuan-Liu":1,"jiangyuanJ":1,"kasteric":1,"leashi":1,"levrone1987":1,"Liiiifeie":1,"liuky74":1,"liyunlaiii":1},"past_year_pull_request_authors":{"take-cheeze":2,"rofgmd":2,"kirillrdy":2,"rchuzh99":1},"maintainers":[{"login":"RunningLeon","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RunningLeon"},{"login":"irexyc","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/irexyc"},{"login":"AllentDan","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AllentDan"},{"login":"grimoire","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/grimoire"},{"login":"huayuan4396","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/huayuan4396"},{"login":"tpoisonooo","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tpoisonooo"},{"login":"vansin","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vansin"},{"login":"lzhangzz","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lzhangzz"},{"login":"lvhan028","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lvhan028"},{"login":"VVsssssk","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VVsssssk"},{"login":"hanrui1sensetime","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hanrui1sensetime"},{"login":"gqingraphcore","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gqingraphcore"}],"active_maintainers":[]},"events":{"total":{"IssuesEvent":73,"WatchEvent":255,"IssueCommentEvent":190,"PullRequestEvent":3,"ForkEvent":64},"last_year":{"IssuesEvent":73,"WatchEvent":255,"IssueCommentEvent":190,"PullRequestEvent":3,"ForkEvent":64}},"keywords":["computer-vision","deep-learning","deployment","mmdetection","mmsegmentation","model-converter","ncnn","onnx","onnxruntime","openvino","pplnn","pytorch","sdk","tensorrt"],"dependencies":null,"score":22.90922500719564,"created_at":"2025-09-04T15:51:05.599Z","updated_at":"2025-10-07T08:13:46.981Z","avatar_url":"https://github.com/open-mmlab.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":22477,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["self-supervised-learning","beit","clip","convnext","mae","masked-image-modeling","mobilenet","moco","multimodal","pretrained-models"],"project_url":"https://science.ecosyste.ms/api/v1/projects/32501","html_url":"https://science.ecosyste.ms/projects/32501","bibtex_url":"https://science.ecosyste.ms/projects/32501/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/32501/export.apalike"}