{"id":43899,"name":"org.pytorch:torchvision_ops","description":"Datasets, Transforms and Models specific to Computer Vision","url":"https://github.com/pytorch/vision","last_synced_at":"2025-09-08T11:54:33.613Z","repository":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274181314,"owners_count":25236549,"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-08T02:00:09.813Z","response_time":121,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-09-02T00:27:26.597Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232438,"followers":11680,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-09-02T00:27:26.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"packages":[{"id":2906696,"name":"rpi-torchvision","ecosystem":"pypi","description":"image and video datasets and models for torch deep learning","homepage":"https://github.com/pytorch/vision","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2021-05-13T02:07:59.000Z","latest_release_published_at":"2021-05-13T02:07:59.000Z","latest_release_number":"0.7.0","last_synced_at":"2025-09-05T10:02:54.537Z","created_at":"2022-04-10T12:30:22.519Z","updated_at":"2025-09-05T10:02:54.537Z","registry_url":"https://pypi.org/project/rpi-torchvision/","install_command":"pip install rpi-torchvision --index-url https://pypi.org/simple","documentation_url":"https://rpi-torchvision.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"rpi-torchvision","project_status":null},"repo_metadata":{"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2023-12-15T19:28:59.000Z","size":899707,"stargazers_count":14899,"open_issues_count":949,"forks_count":6836,"subscribers_count":396,"default_branch":"main","last_synced_at":"2023-12-16T10:09:02.991Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-11-09T23:11:43.000Z","updated_at":"2023-12-16T08:50:58.000Z","dependencies_parsed_at":"2023-09-25T21:30:09.694Z","dependency_job_id":null,"html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3420,"total_committers":556,"mean_commits":6.151079136690647,"dds":0.8441520467836258,"last_synced_commit":"0d75d9e5516f446c9c0ef93bd4ed9fea13992d06"},"previous_names":[],"tags_count":115,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":176597305,"owners_count":10422737,"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","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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":68,"last_synced_at":"2023-04-09T07:16:05.242Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","created_at":"2022-11-02T16:23:02.582Z","updated_at":"2023-04-09T07:16:05.264Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2023-12-16T10:13:17.065Z","dependent_packages_count":0,"downloads":6,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":72.6866829730487,"dependent_repos_count":21.592921703686898,"dependent_packages_count":10.104988627979555,"stargazers_count":0.13244553534675957,"forks_count":0.07070114189014072,"docker_downloads_count":null,"average":20.91754799639041},"purl":"pkg:pypi/rpi-torchvision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/rpi-torchvision","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/rpi-torchvision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/rpi-torchvision/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-12-15T10:14:19.682Z","issues_count":349,"pull_requests_count":577,"avg_time_to_close_issue":9067953.23076923,"avg_time_to_close_pull_request":2240958.743157895,"issues_closed_count":208,"pull_requests_closed_count":475,"pull_request_authors_count":82,"issue_authors_count":170,"avg_comments_per_issue":4.406876790830945,"avg_comments_per_pull_request":2.38474870017331,"merged_pull_requests_count":384,"bot_issues_count":22,"bot_pull_requests_count":0,"past_year_issues_count":257,"past_year_pull_requests_count":556,"past_year_avg_time_to_close_issue":1147255.0993377483,"past_year_avg_time_to_close_pull_request":689121.6434782608,"past_year_issues_closed_count":151,"past_year_pull_requests_closed_count":460,"past_year_pull_request_authors_count":74,"past_year_issue_authors_count":124,"past_year_avg_comments_per_issue":2.291828793774319,"past_year_avg_comments_per_pull_request":2.258992805755396,"past_year_bot_issues_count":22,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":382,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rpi-torchvision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rpi-torchvision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rpi-torchvision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rpi-torchvision/related_packages","maintainers":[{"uuid":"coutinho_f","login":"coutinho_f","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/coutinho_f/","role":null,"created_at":"2023-01-26T11:22:21.645Z","updated_at":"2023-01-26T11:22:21.645Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/coutinho_f/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726118,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":2951063,"name":"torchvision-raspi","ecosystem":"pypi","description":"Torchvision for Raspberry Pi 3B armv7l","homepage":"https://github.com/pytorch/vision","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2018-06-13T19:25:47.000Z","latest_release_published_at":"2018-06-13T19:25:47.000Z","latest_release_number":"0.2.1.1","last_synced_at":"2025-09-05T10:02:56.768Z","created_at":"2022-04-10T12:52:37.205Z","updated_at":"2025-09-05T10:02:56.769Z","registry_url":"https://pypi.org/project/torchvision-raspi/","install_command":"pip install torchvision-raspi --index-url https://pypi.org/simple","documentation_url":"https://torchvision-raspi.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"torchvision-raspi","project_status":null},"repo_metadata":{"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2024-01-04T15:41:22.000Z","size":911285,"stargazers_count":14974,"open_issues_count":956,"forks_count":6846,"subscribers_count":397,"default_branch":"main","last_synced_at":"2024-01-04T16:02:25.199Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-09T23:11:43.000Z","updated_at":"2024-01-04T15:48:10.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3682,"total_committers":585,"mean_commits":6.294017094017094,"dds":0.8261814231395981,"last_synced_commit":"3fb88b3ef1ee8107df74ca776cb57931fe3e9e1e"},"previous_names":[],"tags_count":122,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":179184594,"owners_count":10781182,"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","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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":68,"last_synced_at":"2023-04-09T07:16:05.242Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","created_at":"2022-11-02T16:23:02.582Z","updated_at":"2023-04-09T07:16:05.264Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2024-01-04T16:09:28.114Z","dependent_packages_count":0,"downloads":15,"downloads_period":"last-month","dependent_repos_count":2,"rankings":{"downloads":58.469453007931435,"dependent_repos_count":11.563924587084507,"dependent_packages_count":10.082087700208083,"stargazers_count":0.13189363761125542,"forks_count":0.07043234772583683,"docker_downloads_count":null,"average":16.063558256112223},"purl":"pkg:pypi/torchvision-raspi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/torchvision-raspi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/torchvision-raspi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/torchvision-raspi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-01-04T04:47:58.565Z","issues_count":380,"pull_requests_count":595,"avg_time_to_close_issue":9815110.484304933,"avg_time_to_close_pull_request":2174723.2892057025,"issues_closed_count":223,"pull_requests_closed_count":491,"pull_request_authors_count":88,"issue_authors_count":185,"avg_comments_per_issue":4.271052631578947,"avg_comments_per_pull_request":2.391596638655462,"merged_pull_requests_count":397,"bot_issues_count":29,"bot_pull_requests_count":0,"past_year_issues_count":277,"past_year_pull_requests_count":574,"past_year_avg_time_to_close_issue":1155106.173076923,"past_year_avg_time_to_close_pull_request":672961.5294117647,"past_year_issues_closed_count":156,"past_year_pull_requests_closed_count":476,"past_year_pull_request_authors_count":80,"past_year_issue_authors_count":135,"past_year_avg_comments_per_issue":2.2021660649819497,"past_year_avg_comments_per_pull_request":2.270034843205575,"past_year_bot_issues_count":24,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":395,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues"},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-raspi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-raspi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-raspi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-raspi/related_packages","maintainers":[{"uuid":"cyrilhsu","login":"cyrilhsu","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/cyrilhsu/","role":null,"created_at":"2023-01-19T15:06:58.402Z","updated_at":"2023-01-19T15:06:58.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cyrilhsu/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726118,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":12017155,"name":"torchvisions390x","ecosystem":"pypi","description":"image and video datasets and models for torch deep learning","homepage":"https://github.com/pytorch/vision","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2025-08-18T05:58:56.000Z","latest_release_published_at":"2025-08-18T05:58:56.000Z","latest_release_number":"0.23.0a0","last_synced_at":"2025-09-05T10:03:01.578Z","created_at":"2025-08-18T06:00:35.979Z","updated_at":"2025-09-05T10:03:01.578Z","registry_url":"https://pypi.org/project/torchvisions390x/","install_command":"pip install torchvisions390x --index-url https://pypi.org/simple","documentation_url":"https://torchvisions390x.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"torchvisions390x","project_status":null},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.743Z","dependent_packages_count":0,"downloads":null,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":48.882827033831276,"dependent_packages_count":8.674347491895865,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.77858726286357},"purl":"pkg:pypi/torchvisions390x","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/torchvisions390x","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/torchvisions390x","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/torchvisions390x/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvisions390x/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvisions390x/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvisions390x/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvisions390x/related_packages","maintainers":[{"uuid":"shiyangtan","login":"shiyangtan","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/shiyangtan/","role":"Owner","created_at":"2025-08-18T06:00:38.104Z","updated_at":"2025-08-18T06:00:38.104Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/shiyangtan/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726118,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":3920660,"name":"github.com/pytorch/vision","ecosystem":"go","description":"","homepage":null,"licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":"github.com/pytorch","versions_count":184,"first_release_published_at":"2016-11-18T06:44:22.000Z","latest_release_published_at":"2025-07-17T21:23:54.000Z","latest_release_number":"v0.23.0","last_synced_at":"2025-09-05T10:03:03.874Z","created_at":"2022-04-12T02:04:36.278Z","updated_at":"2025-09-05T10:03:03.874Z","registry_url":"https://pkg.go.dev/github.com/pytorch/vision","install_command":"go get github.com/pytorch/vision","documentation_url":"https://pkg.go.dev/github.com/pytorch/vision#section-documentation","metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.751Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":4.716716996980181,"dependent_packages_count":9.552826830390176,"stargazers_count":0.5086694798312101,"forks_count":0.03699778013319201,"docker_downloads_count":null,"average":3.70380277183369},"purl":"pkg:golang/github.com/pytorch/vision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/pytorch/vision","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/pytorch/vision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/pytorch/vision/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytorch%2Fvision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytorch%2Fvision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytorch%2Fvision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpytorch%2Fvision/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1953732,"maintainers_count":0,"namespaces_count":741771,"keywords_count":109320,"github":"golang","metadata":{"funded_packages_count":49342},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-08T05:47:38.872Z","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":5285798,"name":"torchvision","ecosystem":"conda","description":"The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.","homepage":"https://pytorch.org/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":11,"first_release_published_at":"2017-12-16T06:23:07.000Z","latest_release_published_at":"2025-05-09T20:07:37.000Z","latest_release_number":"0.20.1","last_synced_at":"2025-09-05T10:03:38.999Z","created_at":"2022-10-03T15:43:18.920Z","updated_at":"2025-09-05T10:03:38.999Z","registry_url":"https://anaconda.org/anaconda/torchvision","install_command":"conda install -c anaconda torchvision","documentation_url":null,"metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.776Z","dependent_packages_count":3,"downloads":null,"downloads_period":null,"dependent_repos_count":1902,"rankings":{"downloads":null,"dependent_repos_count":1.8154311649016641,"dependent_packages_count":15.068078668683812,"stargazers_count":6.2329803328290465,"forks_count":4.326777609682299,"docker_downloads_count":null,"average":6.860816944024205},"purl":"pkg:conda/torchvision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/torchvision","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/torchvision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/torchvision/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision/related_packages","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":4329,"maintainers_count":0,"namespaces_count":0,"keywords_count":2929,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":613},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2025-09-08T06:52:46.830Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":4968839,"name":"org.pytorch:torchvision_ops","ecosystem":"maven","description":"torchvision ops","homepage":"https://github.com/pytorch/vision/","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":"org.pytorch","versions_count":7,"first_release_published_at":"2021-03-04T17:09:13.000Z","latest_release_published_at":"2023-01-24T19:48:05.000Z","latest_release_number":"0.14.0","last_synced_at":"2025-09-05T10:03:09.788Z","created_at":"2022-07-27T08:07:25.366Z","updated_at":"2025-09-05T10:03:09.789Z","registry_url":"https://central.sonatype.com/artifact/org.pytorch/torchvision_ops/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.pytorch/torchvision_ops/","metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.784Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":24,"rankings":{"downloads":null,"dependent_repos_count":4.857697244454768,"dependent_packages_count":50.149481470505194,"stargazers_count":1.6123574018858895,"forks_count":0.9659726908466879,"docker_downloads_count":null,"average":14.396377201923135},"purl":"pkg:maven/org.pytorch/torchvision_ops","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.pytorch:torchvision_ops","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.pytorch:torchvision_ops","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.pytorch:torchvision_ops/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.pytorch:torchvision_ops/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.pytorch:torchvision_ops/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.pytorch:torchvision_ops/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.pytorch:torchvision_ops/related_packages","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":548659,"maintainers_count":0,"namespaces_count":72946,"keywords_count":34360,"github":"maven-central","metadata":{"funded_packages_count":35050},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2025-09-08T06:51:25.786Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":11634154,"name":"torchvision-tests","ecosystem":"conda","description":"The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.","homepage":"https://pytorch.org/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2025-05-09T20:07:39.000Z","latest_release_published_at":"2025-05-09T20:07:39.000Z","latest_release_number":"0.20.1","last_synced_at":"2025-09-05T10:03:38.991Z","created_at":"2025-05-13T10:24:17.391Z","updated_at":"2025-09-05T10:03:38.991Z","registry_url":"https://anaconda.org/anaconda/torchvision-tests","install_command":"conda install -c anaconda torchvision-tests","documentation_url":null,"metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.759Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":49.099876695437736,"dependent_packages_count":44.66091245376079,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":46.880394574599265},"purl":"pkg:conda/torchvision-tests","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/torchvision-tests","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/torchvision-tests","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/torchvision-tests/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision-tests/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision-tests/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision-tests/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/torchvision-tests/related_packages","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":4329,"maintainers_count":0,"namespaces_count":0,"keywords_count":2929,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":613},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2025-09-08T06:52:46.830Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":2951057,"name":"torch-vision","ecosystem":"pypi","description":"image and video datasets and models for torch deep learning","homepage":"https://github.com/pytorch/vision","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2017-01-19T00:25:18.000Z","latest_release_published_at":"2017-01-19T00:25:18.000Z","latest_release_number":"0.1.6.dev0","last_synced_at":"2025-09-05T10:03:01.883Z","created_at":"2022-04-10T12:52:37.013Z","updated_at":"2025-09-06T03:51:04.873Z","registry_url":"https://pypi.org/project/torch-vision/","install_command":"pip install torch-vision --index-url https://pypi.org/simple","documentation_url":"https://torch-vision.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"torch-vision","project_status":null},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273854786,"owners_count":25180013,"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-06T02:00:13.247Z","response_time":2576,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-09-02T00:27:26.597Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232438,"followers":11680,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-09-02T00:27:26.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-06T03:51:04.873Z","dependent_packages_count":1,"downloads":1505,"downloads_period":"last-month","dependent_repos_count":30,"rankings":{"downloads":7.163254320629455,"dependent_repos_count":2.657749590006663,"dependent_packages_count":4.759323069287085,"stargazers_count":0.1319397239767511,"forks_count":0.07045695824518257,"docker_downloads_count":null,"average":2.9565447324290273},"purl":"pkg:pypi/torch-vision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/torch-vision","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/torch-vision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/torch-vision/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-05T18:06:22.904Z","issues_count":827,"pull_requests_count":1302,"avg_time_to_close_issue":8788689.408791209,"avg_time_to_close_pull_request":2205817.798130841,"issues_closed_count":455,"pull_requests_closed_count":1070,"pull_request_authors_count":229,"issue_authors_count":495,"avg_comments_per_issue":3.0048367593712215,"avg_comments_per_pull_request":2.1259600614439322,"merged_pull_requests_count":829,"bot_issues_count":25,"bot_pull_requests_count":0,"past_year_issues_count":280,"past_year_pull_requests_count":456,"past_year_avg_time_to_close_issue":1145329.5172413792,"past_year_avg_time_to_close_pull_request":663313.2626865671,"past_year_issues_closed_count":116,"past_year_pull_requests_closed_count":335,"past_year_pull_request_authors_count":88,"past_year_issue_authors_count":148,"past_year_avg_comments_per_issue":0.7964285714285714,"past_year_avg_comments_per_pull_request":1.712719298245614,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":278,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":565,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":143,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":158,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"vfdev-5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torch-vision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torch-vision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torch-vision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torch-vision/related_packages","maintainers":[{"uuid":"Thomas.Grainger","login":"Thomas.Grainger","name":null,"email":null,"url":null,"packages_count":134,"html_url":"https://pypi.org/user/Thomas.Grainger/","role":null,"created_at":"2022-12-05T15:28:36.905Z","updated_at":"2022-12-05T15:28:36.905Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Thomas.Grainger/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726118,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":10012105,"name":"torchvision-abi","ecosystem":"pypi","description":"image and video datasets and models for torch deep learning","homepage":"https://github.com/pytorch/vision","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2024-05-18T05:36:00.000Z","latest_release_published_at":"2024-05-18T05:36:00.000Z","latest_release_number":"0.14.0a0","last_synced_at":"2025-09-05T10:02:59.591Z","created_at":"2024-05-18T05:46:31.809Z","updated_at":"2025-09-06T03:51:04.875Z","registry_url":"https://pypi.org/project/torchvision-abi/","install_command":"pip install torchvision-abi --index-url https://pypi.org/simple","documentation_url":"https://torchvision-abi.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"torchvision-abi","project_status":null},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273854786,"owners_count":25180013,"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-06T02:00:13.247Z","response_time":2576,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-09-02T00:27:26.597Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232438,"followers":11680,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-09-02T00:27:26.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-06T03:51:04.875Z","dependent_packages_count":0,"downloads":5,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":61.679727475362036,"dependent_packages_count":10.953555857737653,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.31664166654984},"purl":"pkg:pypi/torchvision-abi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/torchvision-abi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/torchvision-abi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/torchvision-abi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-05T18:06:22.904Z","issues_count":827,"pull_requests_count":1302,"avg_time_to_close_issue":8788689.408791209,"avg_time_to_close_pull_request":2205817.798130841,"issues_closed_count":455,"pull_requests_closed_count":1070,"pull_request_authors_count":229,"issue_authors_count":495,"avg_comments_per_issue":3.0048367593712215,"avg_comments_per_pull_request":2.1259600614439322,"merged_pull_requests_count":829,"bot_issues_count":25,"bot_pull_requests_count":0,"past_year_issues_count":280,"past_year_pull_requests_count":456,"past_year_avg_time_to_close_issue":1145329.5172413792,"past_year_avg_time_to_close_pull_request":663313.2626865671,"past_year_issues_closed_count":116,"past_year_pull_requests_closed_count":335,"past_year_pull_request_authors_count":88,"past_year_issue_authors_count":148,"past_year_avg_comments_per_issue":0.7964285714285714,"past_year_avg_comments_per_pull_request":1.712719298245614,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":278,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":565,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":143,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":158,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"vfdev-5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-abi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-abi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-abi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision-abi/related_packages","maintainers":[{"uuid":"shlong","login":"shlong","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/shlong/","role":null,"created_at":"2024-05-18T05:46:33.407Z","updated_at":"2024-05-18T05:46:33.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/shlong/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726118,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":2951059,"name":"torchvision","ecosystem":"pypi","description":"image and video datasets and models for torch deep learning","homepage":"https://github.com/pytorch/vision","licenses":"BSD","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":53,"first_release_published_at":"2017-01-18T23:55:09.000Z","latest_release_published_at":"2025-08-06T14:57:55.000Z","latest_release_number":"0.23.0","last_synced_at":"2025-09-06T20:01:29.065Z","created_at":"2022-04-10T12:52:37.058Z","updated_at":"2025-09-06T20:01:29.065Z","registry_url":"https://pypi.org/project/torchvision/","install_command":"pip install torchvision --index-url https://pypi.org/simple","documentation_url":"https://torchvision.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"torchvision","project_status":null},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2024-10-29T11:35:09.000Z","size":1149605,"stargazers_count":16162,"open_issues_count":1027,"forks_count":6946,"subscribers_count":433,"default_branch":"main","last_synced_at":"2024-10-29T13:25:26.531Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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}},"created_at":"2016-11-09T23:11:43.000Z","updated_at":"2024-10-29T11:56:50.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3682,"total_committers":585,"mean_commits":6.294017094017094,"dds":0.8261814231395981,"last_synced_commit":"3fb88b3ef1ee8107df74ca776cb57931fe3e9e1e"},"previous_names":[],"tags_count":143,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222082298,"owners_count":16928119,"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","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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":68,"last_synced_at":"2023-04-09T07:16:05.242Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":181525,"followers":null,"following":null,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2023-04-09T07:16:05.264Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2024-10-29T16:41:43.802Z","dependent_packages_count":2027,"downloads":24571702,"downloads_period":"last-month","dependent_repos_count":53890,"rankings":{"downloads":0.08400479084090998,"dependent_repos_count":0.02549490377049451,"dependent_packages_count":0.013939659615522178,"stargazers_count":0.31400917449702587,"forks_count":0.12949210116524548,"docker_downloads_count":0.510264908557667,"average":0.17953425640781084},"purl":"pkg:pypi/torchvision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/torchvision","docker_dependents_count":3560,"docker_downloads_count":44031681,"usage_url":"https://repos.ecosyste.ms/usage/pypi/torchvision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/torchvision/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2024-10-28T16:54:21.447Z","issues_count":612,"pull_requests_count":873,"avg_time_to_close_issue":9813889.582210243,"avg_time_to_close_pull_request":2117528.1983805667,"issues_closed_count":371,"pull_requests_closed_count":741,"pull_request_authors_count":158,"issue_authors_count":353,"avg_comments_per_issue":4.17483660130719,"avg_comments_per_pull_request":2.3940435280641466,"merged_pull_requests_count":581,"bot_issues_count":30,"bot_pull_requests_count":0,"past_year_issues_count":232,"past_year_pull_requests_count":336,"past_year_avg_time_to_close_issue":1328761.0661764706,"past_year_avg_time_to_close_pull_request":793663.8949152542,"past_year_issues_closed_count":136,"past_year_pull_requests_closed_count":295,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":164,"past_year_avg_comments_per_issue":2.435344827586207,"past_year_avg_comments_per_pull_request":2.130952380952381,"past_year_bot_issues_count":9,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":226,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":413,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":204,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"osalpekar","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"fmassa","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"imagazin-intel","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"}],"active_maintainers":[{"login":"NicolasHug","count":179,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"kit1980","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"imagazin-intel","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchvision/related_packages","maintainers":[{"uuid":"facebook","login":"facebook","name":null,"email":null,"url":null,"packages_count":99,"html_url":"https://pypi.org/user/facebook/","role":null,"created_at":"2023-01-02T10:46:33.294Z","updated_at":"2023-01-02T10:46:33.294Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/facebook/packages"},{"uuid":"soumith","login":"soumith","name":null,"email":null,"url":null,"packages_count":12,"html_url":"https://pypi.org/user/soumith/","role":null,"created_at":"2023-01-02T10:46:33.425Z","updated_at":"2023-01-02T10:46:33.425Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/soumith/packages"},{"uuid":"seemethere","login":"seemethere","name":null,"email":null,"url":null,"packages_count":24,"html_url":"https://pypi.org/user/seemethere/","role":null,"created_at":"2023-01-02T10:46:33.378Z","updated_at":"2023-01-02T10:46:33.378Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/seemethere/packages"},{"uuid":"ezyang","login":"ezyang","name":null,"email":null,"url":null,"packages_count":12,"html_url":"https://pypi.org/user/ezyang/","role":null,"created_at":"2023-01-02T10:46:33.486Z","updated_at":"2023-01-02T10:46:33.486Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ezyang/packages"},{"uuid":"malfet","login":"malfet","name":null,"email":null,"url":null,"packages_count":5,"html_url":"https://pypi.org/user/malfet/","role":null,"created_at":"2023-03-24T09:19:59.598Z","updated_at":"2023-03-24T09:19:59.598Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/malfet/packages"},{"uuid":"atalman","login":"atalman","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://pypi.org/user/atalman/","role":null,"created_at":"2023-03-24T09:19:59.561Z","updated_at":"2023-03-24T09:19:59.561Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/atalman/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726118,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":76464,"name":"py-torchvision","ecosystem":"spack","description":"Image and video datasets and models for torch deep learning.\n","homepage":"https://github.com/pytorch/vision","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":23,"first_release_published_at":"2022-04-05T09:29:46.642Z","latest_release_published_at":"2022-04-05T09:29:46.642Z","latest_release_number":"0.12.0","last_synced_at":"2024-12-03T21:48:31.096Z","created_at":"2022-04-05T09:29:46.613Z","updated_at":"2025-09-02T01:20:49.751Z","registry_url":"https://packages.spack.io/package.html?name=py-torchvision","install_command":"spack install py-torchvision","documentation_url":null,"metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.750Z","dependent_packages_count":20,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":4.362928998193691,"stargazers_count":0.6947339169098236,"forks_count":0.12505210504376824,"average":1.2956787550368207},"purl":"pkg:spack/py-torchvision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-torchvision","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-torchvision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-torchvision/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-torchvision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-torchvision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-torchvision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-torchvision/related_packages","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2170,"html_url":null,"role":null,"created_at":"2022-11-14T16:56:11.446Z","updated_at":"2022-11-14T16:56:11.446Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8772,"maintainers_count":926,"namespaces_count":0,"keywords_count":3681,"github":"spack","metadata":{"funded_packages_count":405},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-08T06:56:36.288Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":5294023,"name":"torchvision-cpu","ecosystem":"conda","description":null,"homepage":"http://pytorch.org/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2021-03-11T18:08:34.000Z","latest_release_published_at":"2021-07-01T16:48:27.000Z","latest_release_number":"0.9.1","last_synced_at":"2025-09-05T10:03:29.729Z","created_at":"2022-10-03T15:56:12.533Z","updated_at":"2025-09-05T10:03:29.729Z","registry_url":"https://anaconda.org/conda-forge/torchvision-cpu","install_command":"conda install -c conda-forge torchvision-cpu","documentation_url":null,"metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.759Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":12,"rankings":{"downloads":null,"dependent_repos_count":10.20510005489296,"dependent_packages_count":51.58940066869604,"stargazers_count":2.3005139977044764,"forks_count":1.3423823544089026,"docker_downloads_count":null,"average":16.359349268925595},"purl":"pkg:conda/torchvision-cpu","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/torchvision-cpu","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/torchvision-cpu","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/torchvision-cpu/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision-cpu/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision-cpu/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision-cpu/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision-cpu/related_packages","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":5294022,"name":"torchvision","ecosystem":"conda","description":null,"homepage":"http://pytorch.org/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pytorch/vision","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2021-03-11T18:21:45.000Z","latest_release_published_at":"2022-07-24T12:15:22.000Z","latest_release_number":"0.13.0","last_synced_at":"2025-09-01T08:30:03.747Z","created_at":"2022-10-03T15:56:12.427Z","updated_at":"2025-09-02T01:20:49.781Z","registry_url":"https://anaconda.org/conda-forge/torchvision","install_command":"conda install -c conda-forge torchvision","documentation_url":null,"metadata":{},"repo_metadata":{"id":37444307,"uuid":"73328905","full_name":"pytorch/vision","owner":"pytorch","description":"Datasets, Transforms and Models specific to Computer Vision","archived":false,"fork":false,"pushed_at":"2025-09-01T11:35:18.000Z","size":1256739,"stargazers_count":17111,"open_issues_count":1135,"forks_count":7145,"subscribers_count":470,"default_branch":"main","last_synced_at":"2025-09-02T00:34:58.898Z","etag":null,"topics":["computer-vision","machine-learning"],"latest_commit_sha":null,"homepage":"https://pytorch.org/vision","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytorch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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":"2016-11-09T23:11:43.000Z","updated_at":"2025-09-01T22:07:24.000Z","dependencies_parsed_at":"2023-12-20T13:04:24.600Z","dependency_job_id":"28b4c50b-41ef-48c8-bdd0-822d5d59ca37","html_url":"https://github.com/pytorch/vision","commit_stats":{"total_commits":3904,"total_committers":634,"mean_commits":6.157728706624606,"dds":0.8322233606557377,"last_synced_commit":"6d7851bd5e2bedc294e40e90532f0e375fcfee04"},"previous_names":[],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/pytorch/vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/sbom","scorecard":{"id":271019,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytorch/vision","commit":"8c9aaed85a81e451b25531870cd0269d0194e34d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":9,"reason":"Found 27/30 approved changesets -- score normalized to 9","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-cmake.yml:26","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/docs.yml:88","Info: jobLevel 'contents' permission set to 'read': .github/workflows/docs.yml:20","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/lint.yml:47","Info: jobLevel 'contents' permission set to 'read': .github/workflows/prototype-tests-linux-gpu.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:95","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:152","Info: jobLevel 'contents' permission set to 'read': .github/workflows/tests.yml:32","Warn: no topLevel permission defined: .github/workflows/build-cmake.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-aarch64-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-m1.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build-wheels-windows.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/build_wheel_windows_arm64.yml:19","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/pr-labels.yml:1","Warn: no topLevel permission defined: .github/workflows/prototype-tests-linux-gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/tests-schedule.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1"],"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":"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":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: android/gradle/wrapper/gradle-wrapper.jar:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: 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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-cmake.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-cmake.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-aarch64-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-aarch64-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-linux.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-linux.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-m1.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-m1.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-wheels-windows.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build-wheels-windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build_wheel_windows_arm64.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/build_wheel_windows_arm64.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr-labels.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/pr-labels.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prototype-tests-linux-gpu.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/prototype-tests-linux-gpu.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests-schedule.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests-schedule.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/pytorch/vision/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:37","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:41","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:76","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:84","Warn: pipCommand not pinned by hash: .github/scripts/setup-env.sh:95","Warn: pipCommand not pinned by hash: .github/scripts/unittest.sh:12","Warn: pipCommand not pinned by hash: packaging/post_build_script.sh:16","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:39","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:42","Warn: pipCommand not pinned by hash: packaging/pre_build_script.sh:43","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:46","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:52","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:57","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:60","Warn: pipCommand not pinned by hash: packaging/pre_build_script_arm64.sh:63","Warn: pipCommand not pinned by hash: .github/workflows/pr-labels.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/tests-schedule.yml:46","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand 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":"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":-1,"reason":"no releases found","details":null,"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 GetBranch(release/0.16): error during branchesHandler.query: 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":"Vulnerabilities","score":3,"reason":"7 existing vulnerabilities detected","details":["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"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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-17T13:20:59.911Z","repository_id":37444307,"created_at":"2025-08-17T13:20:59.911Z","updated_at":"2025-08-17T13:20:59.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273217488,"owners_count":25065812,"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-01T02:00:09.058Z","response_time":120,"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":"pytorch","name":"pytorch","uuid":"21003710","kind":"organization","description":"","email":null,"website":"https://pytorch.org","location":"where the eigens are valued","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/21003710?v=4","repositories_count":83,"last_synced_at":"2025-08-25T01:43:52.725Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pytorch","funding_links":[],"total_stars":232006,"followers":11645,"following":0,"created_at":"2022-11-02T16:23:02.582Z","updated_at":"2025-08-25T01:43:52.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytorch/repositories"},"tags":[{"name":"test_tag_please_ignore","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/test_tag_please_ignore","html_url":"https://github.com/pytorch/vision/releases/tag/test_tag_please_ignore","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@test_tag_please_ignore","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/test_tag_please_ignore/manifests"},{"name":"v0.23.0-rc3","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc3/manifests"},{"name":"v0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0/manifests"},{"name":"0.23.0","sha":"824e8c8726b65fd9d5abdc9702f81c2b0c4c0dc8","kind":"commit","published_at":"2025-07-17T21:23:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.23.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.23.0/manifests"},{"name":"v0.23.0-rc2","sha":"9a8003e3c9f70cbb07720c8fc1886bdad34d0798","kind":"commit","published_at":"2025-07-10T08:32:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc2/manifests"},{"name":"v0.23.0-rc1","sha":"5dc9e7de87a6608d745b22d448e3a6cf26ac2ee6","kind":"commit","published_at":"2025-06-26T16:32:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.23.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.23.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.23.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.23.0-rc1/manifests"},{"name":"v0.22.1-rc3","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc3/manifests"},{"name":"v0.22.1-rc2","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc2/manifests"},{"name":"v0.22.1-rc4","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc4/manifests"},{"name":"v0.22.1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1/manifests"},{"name":"v0.22.1-rc1","sha":"59a3e1f9f78cfe44cb989877cc6f4ea77c8a75ca","kind":"commit","published_at":"2025-05-09T13:43:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.1-rc1/manifests"},{"name":"v0.22.0-rc6","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc6/manifests"},{"name":"v0.22.0-rc7","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc7/manifests"},{"name":"v0.22.0","sha":"9eb57cd5c96be7fe31923eb65399c3819d064587","kind":"commit","published_at":"2025-04-14T08:19:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0/manifests"},{"name":"v0.22.0-rc5","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc5/manifests"},{"name":"v0.22.0-rc4","sha":"2ddb6980e121f340af4366fecb0e8a6b3174210a","kind":"commit","published_at":"2025-04-07T08:36:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc4/manifests"},{"name":"v0.22.0-rc3","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc3/manifests"},{"name":"v0.22.0-rc2","sha":"fb8cdf8eed9c51664f797b484a5093c6bffac856","kind":"commit","published_at":"2025-03-27T11:01:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc2/manifests"},{"name":"v0.22-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22-rc1/manifests"},{"name":"v0.22.0-rc1","sha":"8dcfb1c43e2d4e65cc2c9a004dbb1788005a5556","kind":"commit","published_at":"2025-03-13T16:22:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.22.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.22.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.22.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.22.0-rc1/manifests"},{"name":"v0.21.0-rc8","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc8/manifests"},{"name":"v0.21.0","sha":"7af698794eded568735f9519593603c1ec889eba","kind":"commit","published_at":"2025-01-29T01:12:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0/manifests"},{"name":"v0.21.0-rc5","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc5/manifests"},{"name":"v0.21.0-rc4","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc4/manifests"},{"name":"v0.21.0-rc6","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc6/manifests"},{"name":"v0.21.0-rc7","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc7/manifests"},{"name":"v0.21.0-rc3","sha":"eafc2930ee25a72442ae5308da1b48d90b7eda99","kind":"commit","published_at":"2025-01-10T13:21:52.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc3/manifests"},{"name":"ciflow/binaries/all/8815","sha":"ae238682d7170e3703a84a426b774dad1fbb9ffe","kind":"commit","published_at":"2024-12-16T20:51:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/binaries/all/8815","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/binaries/all/8815","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fbinaries%2Fall%2F8815","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fbinaries%2Fall%2F8815/manifests"},{"name":"v0.21.0-rc1","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc1/manifests"},{"name":"v0.21.0-rc2","sha":"2f3a43fbca2070ca6f0a863e7e92fcd750eb0c1a","kind":"commit","published_at":"2024-12-12T13:01:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.21.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.21.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.21.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.21.0-rc2/manifests"},{"name":"v0.20.1-rc1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1-rc1/manifests"},{"name":"v0.20.1","sha":"3ac97aa9120137381ed1060f37237e44485ac2aa","kind":"commit","published_at":"2024-10-23T12:01:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.1/manifests"},{"name":"v0.20.0-rc7","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc7/manifests"},{"name":"v0.20.0-rc6","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc6/manifests"},{"name":"v0.20.0","sha":"afc54f754c734d903a06194e416495e20d920ff6","kind":"commit","published_at":"2024-10-04T07:47:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0/manifests"},{"name":"v0.20.0-rc5","sha":"8e8a208117a654c0945fa08208d2e7e6f3206441","kind":"commit","published_at":"2024-10-03T11:35:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc5/manifests"},{"name":"v0.20.0-rc1","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc1/manifests"},{"name":"v0.20.0-rc4","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc4/manifests"},{"name":"v0.20.0-rc3","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc3/manifests"},{"name":"v0.20.0-rc2","sha":"4a94962699ad1a24fee03fa13589a6ea73691cb1","kind":"commit","published_at":"2024-09-12T15:02:43.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.20.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.20.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.20.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.20.0-rc2/manifests"},{"name":"v0.19.1-rc5","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc5/manifests"},{"name":"v0.19.1","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1/manifests"},{"name":"v0.19.1-rc6","sha":"61943691d3390bd3148a7003b4a501f0e2b7ac6e","kind":"commit","published_at":"2024-08-23T13:47:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc6/manifests"},{"name":"v0.19.1-rc4","sha":"5bada1fa8a8e82863cb3c0dd96d06a4b514f697c","kind":"commit","published_at":"2024-08-23T13:22:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc4/manifests"},{"name":"v0.19.0-rc4","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc4/manifests"},{"name":"v0.19.0-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc2/manifests"},{"name":"v0.19.0-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc3/manifests"},{"name":"v0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0/manifests"},{"name":"v0.19.1-rc1","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc1/manifests"},{"name":"v0.19.1-rc2","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc2/manifests"},{"name":"v0.19.1-rc3","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.1-rc3/manifests"},{"name":"0.19.0","sha":"48b1edffdc6f34b766e2b4bbf23b78bd4df94181","kind":"commit","published_at":"2024-06-14T09:21:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/0.19.0","html_url":"https://github.com/pytorch/vision/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/0.19.0/manifests"},{"name":"v0.19.0-rc1","sha":"f44f20cffc45ca226d5bf7e25c11fb0d1119b4bb","kind":"commit","published_at":"2024-06-13T15:15:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.19.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.19.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.19.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.19.0-rc1/manifests"},{"name":"v0.18.1-rc1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc1/manifests"},{"name":"v0.18.1-rc2","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc2/manifests"},{"name":"v0.18.1","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1/manifests"},{"name":"v0.18.1-rc3","sha":"126fc22ce33e6c2426edcf9ed540810c178fe9ce","kind":"commit","published_at":"2024-05-20T11:24:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.1-rc3/manifests"},{"name":"v0.18.0-rc4","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc4/manifests"},{"name":"v0.18.0-rc2","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc2/manifests"},{"name":"v0.18.0","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0/manifests"},{"name":"v0.18.0-rc3","sha":"6043bc250768b129e90a5321e318c1d51ee48a5c","kind":"commit","published_at":"2024-04-02T10:35:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc3/manifests"},{"name":"v0.17.2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2/manifests"},{"name":"v0.17.2-rc4","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc4/manifests"},{"name":"v0.17.2-rc2","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc2/manifests"},{"name":"v0.17.2-rc3","sha":"c1d70fe1aa3f37ecdc809311f6c238df900dfd19","kind":"commit","published_at":"2024-03-20T13:44:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc3/manifests"},{"name":"v0.17.2-rc1","sha":"8e64d60b4428d1ded1702fced5e4e0ce6e67da10","kind":"commit","published_at":"2024-03-19T22:00:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.2-rc1/manifests"},{"name":"v0.18.0-rc1","sha":"c87be164e325e7a35ba8517d1020e6ef5018c8ac","kind":"commit","published_at":"2024-03-18T17:06:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.18.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.18.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.18.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.18.0-rc1/manifests"},{"name":"v0.17.1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1/manifests"},{"name":"v0.17.1-rc1","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc1/manifests"},{"name":"v0.17.1-rc2","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc2/manifests"},{"name":"v0.17.1-rc3","sha":"4fd856bfbcf59a4da3a91f0e12515c7ef0709777","kind":"commit","published_at":"2024-02-12T23:53:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.1-rc3/manifests"},{"name":"v0.17.0","sha":"b2383d44751bf85e58cfb9223bbf4e5961c09fa1","kind":"commit","published_at":"2024-01-29T14:10:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0/manifests"},{"name":"v0.17.0-rc5","sha":"9c7fb73ff9e8d6882734ad5cb2012884cb09c152","kind":"commit","published_at":"2024-01-12T15:29:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc5/manifests"},{"name":"v0.17.0-rc3","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc3/manifests"},{"name":"v0.17.0-rc2","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc2/manifests"},{"name":"v0.17.0-rc4","sha":"49880a9fa0ac0ccaa37d8582dfa5e6237a46a4f7","kind":"commit","published_at":"2023-12-14T14:59:57.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc4/manifests"},{"name":"v0.17.0-rc1","sha":"bd6044a034cedb4328a7fc7b4ba7c57095d38454","kind":"commit","published_at":"2023-12-08T18:29:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.17.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.17.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.17.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.17.0-rc1/manifests"},{"name":"v0.16.2-rc3","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc3/manifests"},{"name":"v0.16.2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2/manifests"},{"name":"v0.16.2-rc1","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc1/manifests"},{"name":"v0.16.2-rc2","sha":"c6f39778e636ec40a69bdbc74386818c57a65af3","kind":"commit","published_at":"2023-11-23T00:22:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.2-rc2/manifests"},{"name":"v0.16.1-rc2","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc2/manifests"},{"name":"v0.16.1","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1/manifests"},{"name":"v0.16.1-rc3","sha":"fdea156b80780313d6248847ab16d5d68eef9679","kind":"commit","published_at":"2023-10-28T16:27:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc3/manifests"},{"name":"v0.16.1-rc1","sha":"291c9aa2f3eb8702d1a6b153137823d4b0b0184b","kind":"commit","published_at":"2023-10-13T21:26:49.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.1-rc1/manifests"},{"name":"v0.16.0","sha":"fbb4cc54ed521ba912f50f180dc16a213775bf5c","kind":"commit","published_at":"2023-09-25T13:45:29.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0/manifests"},{"name":"ciflow/default/3395","sha":"a0c4a85264db4cf9694c601a6fe44ee8675dcfcf","kind":"commit","published_at":"2023-09-16T17:03:33.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/3395","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/3395","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F3395","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F3395/manifests"},{"name":"v0.16.0-rc5","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc5/manifests"},{"name":"v0.16.0-rc4","sha":"a90e584667fc3a7d85485764245e0db92387aca1","kind":"commit","published_at":"2023-09-08T21:38:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc4/manifests"},{"name":"v0.16.0-rc3","sha":"704f831bdc9a0c7bb9f68f8b53a4ddedbf0b0846","kind":"commit","published_at":"2023-09-01T07:35:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc3/manifests"},{"name":"v0.16.0-rc2","sha":"1044d0fb3c1e38812598ac620844bc291db6675e","kind":"commit","published_at":"2023-08-31T15:48:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc2/manifests"},{"name":"v0.16.0-rc1","sha":"ab6f1edec00237cf78024ccd560d41d1221d274a","kind":"commit","published_at":"2023-08-30T19:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.16.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.16.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.16.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.16.0-rc1/manifests"},{"name":"v0.15.2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2/manifests"},{"name":"v0.15.2-rc2","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc2/manifests"},{"name":"v0.15.2-rc1","sha":"fa99a5360fbcd1683311d57a76fcc0e7323a4c1e","kind":"commit","published_at":"2023-04-19T19:39:15.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.2-rc1/manifests"},{"name":"v0.15.1","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1/manifests"},{"name":"v0.15.1-rc2","sha":"42759b1cc82bed60481c2802811595833e2ddd9b","kind":"commit","published_at":"2023-03-15T17:14:37.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc2/manifests"},{"name":"v0.15.0-rc7","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc7/manifests"},{"name":"v0.15.1-rc1","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.1-rc1/manifests"},{"name":"v0.15.0-rc8","sha":"0ca07353c82c0b8bbe1552dd871960b72d00cb62","kind":"commit","published_at":"2023-03-07T14:01:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc8/manifests"},{"name":"v0.15.0-rc6","sha":"a2c033c804538ce3837d0cfc1df69dd68adb585e","kind":"commit","published_at":"2023-03-06T11:06:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc6/manifests"},{"name":"v0.15.0-rc5","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc5/manifests"},{"name":"v0.15.0-rc4","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc4/manifests"},{"name":"v0.15.0-rc3","sha":"96bdbe052ad76cee2641892f6bb27bb5c376716e","kind":"commit","published_at":"2023-03-02T12:04:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc3/manifests"},{"name":"v0.15.0-rc2","sha":"ee7fd31ec03b124fb3487f87b15cc75bc225f577","kind":"commit","published_at":"2023-02-22T10:27:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc2/manifests"},{"name":"v0.15.0-rc1","sha":"290e9105f04552449e0980a4bb5a5b295928554b","kind":"commit","published_at":"2023-02-17T22:33:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.15.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.15.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.15.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.15.0-rc1/manifests"},{"name":"v0.14.1-rc2","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc2/manifests"},{"name":"v0.14.1","sha":"5e8e2f125f140d1e908cf424a6a85cacad758125","kind":"commit","published_at":"2022-12-09T02:48:05.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1/manifests"},{"name":"v0.14.0-rc4","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc4/manifests"},{"name":"v0.14.1-rc1","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.1-rc1/manifests"},{"name":"v0.14.0","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0/manifests"},{"name":"v0.14.0-rc3","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc3/manifests"},{"name":"v0.14.0-rc2","sha":"5ce4506ac43c8b1dc1736ed9e51c58e0e29f5237","kind":"commit","published_at":"2022-10-11T19:22:59.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc2/manifests"},{"name":"v0.14.0-rc1","sha":"531a2eafbfbb6ce5797d116dde313ab9c467b912","kind":"commit","published_at":"2022-10-11T16:48:55.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.14.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.14.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.14.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.14.0-rc1/manifests"},{"name":"ciflow/default/1449","sha":"9da0bc2e0190c5c4c13bdbfd3d6e16b6591f9b25","kind":"commit","published_at":"2022-09-23T11:30:39.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/1449","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/1449","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F1449","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F1449/manifests"},{"name":"ciflow/default/5009","sha":"15e6ec99513c7007d2d177639f73ed0d28c86ff4","kind":"commit","published_at":"2022-09-12T15:14:14.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5009","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5009","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5009","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5009/manifests"},{"name":"ciflow/default/4979","sha":"14d63d9baebded8fa986dae0e7e80f6be590aa59","kind":"commit","published_at":"2022-08-22T15:32:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/4979","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/4979","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F4979","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F4979/manifests"},{"name":"v0.13.1","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1/manifests"},{"name":"v0.13.1-rc6","sha":"bddbd7e6d65ecacc2e40cf6c9e2059669b8dbd44","kind":"commit","published_at":"2022-08-03T13:31:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc6/manifests"},{"name":"v0.13.1-rc5","sha":"5a9ee494cb4ef98b537f06664d16d9a94ec1438a","kind":"commit","published_at":"2022-08-02T10:21:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc5/manifests"},{"name":"v0.13.1-rc4","sha":"053feedefac213f21c25b5df55084c11cd72a9cc","kind":"commit","published_at":"2022-07-29T19:17:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc4/manifests"},{"name":"v0.13.1-rc3","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc3/manifests"},{"name":"v0.13.1-rc2","sha":"9a4053085ec8614802d474a5dab88ccbaa709d00","kind":"commit","published_at":"2022-07-27T08:43:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc2/manifests"},{"name":"v0.13.1-rc1","sha":"9b6233d2db1ecc175bca453ae4f8e3c81156db0d","kind":"commit","published_at":"2022-07-26T18:45:30.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.1-rc1/manifests"},{"name":"ciflow/default/5602","sha":"8b894741886ea2f08daf38bcb6d30f48fc9b8a18","kind":"commit","published_at":"2022-07-25T12:09:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5602","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5602","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5602","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5602/manifests"},{"name":"v0.13.0-rc5","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc5/manifests"},{"name":"v0.13.0-rc6","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc6/manifests"},{"name":"v0.13.0","sha":"da3794e90c7cf69348f5446471926729c55f243e","kind":"commit","published_at":"2022-06-17T15:48:47.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0/manifests"},{"name":"v0.13.0-rc4","sha":"1a4afa93ca0b22193b0cc3caad84e53617a2ab49","kind":"commit","published_at":"2022-06-15T14:47:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc4/manifests"},{"name":"v0.13.0-rc3","sha":"1a288d15061b223510097ee26455401afa3ccb32","kind":"commit","published_at":"2022-05-31T16:13:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc3/manifests"},{"name":"v0.13.0-rc2","sha":"7ee3608cb742c935334dc272f01bec708219fee8","kind":"commit","published_at":"2022-05-25T13:48:06.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc2/manifests"},{"name":"v0.13.0-rc1","sha":"4757a6dff4827bba6cc5499d766bab1b1d885fd7","kind":"commit","published_at":"2022-05-25T09:23:10.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.13.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.13.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.13.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.13.0-rc1/manifests"},{"name":"ciflow/default/5106","sha":"2227b5da439a8d54f3f9b34cfec1cc237105ab66","kind":"commit","published_at":"2022-05-16T15:18:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5106","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5106","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5106","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5106/manifests"},{"name":"ciflow/default/5543","sha":"cd9655a6c9c0e104dfb2d3858b5b035dc6c143ec","kind":"commit","published_at":"2022-04-21T10:35:53.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5543","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5543","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5543","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5543/manifests"},{"name":"ciflow/default/5291","sha":"66cdf5291f017adb8c5e5cc3201da5aff1f40a8d","kind":"commit","published_at":"2022-04-14T10:59:08.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/ciflow/default/5291","html_url":"https://github.com/pytorch/vision/releases/tag/ciflow/default/5291","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@ciflow%2Fdefault%2F5291","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/ciflow%2Fdefault%2F5291/manifests"},{"name":"v0.12.0","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0/manifests"},{"name":"v0.12.0-rc3","sha":"9b5a3fecc72434dbd65148723efe54b28b9728c9","kind":"commit","published_at":"2022-03-09T22:51:02.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc3/manifests"},{"name":"v0.12.0-rc2","sha":"c6c1fb6a67627fa1ecdb9aec38728b849a31e36e","kind":"commit","published_at":"2022-02-24T21:13:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc2/manifests"},{"name":"v0.12.0-rc1","sha":"2662797414e18c350c83817d5b712bd0c0c2c52a","kind":"commit","published_at":"2022-02-10T23:22:00.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.12.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.12.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.12.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.12.0-rc1/manifests"},{"name":"v0.11.3","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3/manifests"},{"name":"v0.11.3-rc1","sha":"05eae32f9663bbecad10a8d367ccbec50130e2f5","kind":"commit","published_at":"2022-01-20T21:45:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.3-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.3-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.3-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.3-rc1/manifests"},{"name":"v0.11.2-rc1","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2-rc1/manifests"},{"name":"v0.11.2","sha":"e7ec7e20a8cc814f7a464983063d2487955711de","kind":"commit","published_at":"2021-12-13T22:45:31.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.2/manifests"},{"name":"v0.11.1-rc2","sha":"cdacbe04516a46e3f8c8836f1616f329924b7e03","kind":"commit","published_at":"2021-10-26T16:37:20.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc2/manifests"},{"name":"v0.11.1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1/manifests"},{"name":"v0.11.1-rc1","sha":"fa347eb9f38c1759b73677a11b17335191e3f602","kind":"commit","published_at":"2021-10-21T16:16:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.1-rc1/manifests"},{"name":"v0.11.0","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0/manifests"},{"name":"v0.11.0-rc3","sha":"58a60b2eb4caaf0b9dc69499987f6b8ca4f36194","kind":"commit","published_at":"2021-10-11T19:23:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc3/manifests"},{"name":"v0.11.0-rc2","sha":"ccf3aa2ae319cc0d29e67d61af0ad314daf089fa","kind":"commit","published_at":"2021-10-08T10:41:54.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc2/manifests"},{"name":"v0.11.0-rc1","sha":"1a969c61c8b75e326c13364c22675e7c4db4922b","kind":"commit","published_at":"2021-10-06T04:34:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.11.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.11.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.11.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.11.0-rc1/manifests"},{"name":"v0.10.1-rc3","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc3/manifests"},{"name":"v0.10.1","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1/manifests"},{"name":"v0.10.1-rc2","sha":"ca1a6207fb17bb3e1f8411cc9d973c690a6f230a","kind":"commit","published_at":"2021-09-14T02:19:45.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc2/manifests"},{"name":"tag_from_my_fork","sha":"e95db7aa09ac012dfbdb5db8a24ba8e5804d55b5","kind":"commit","published_at":"2021-09-02T15:33:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/tag_from_my_fork","html_url":"https://github.com/pytorch/vision/releases/tag/tag_from_my_fork","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@tag_from_my_fork","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/tag_from_my_fork/manifests"},{"name":"v0.9.2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2/manifests"},{"name":"v0.9.2-rc2","sha":"761d09f1c3dd94ffe489f2c08a72a719f996a93d","kind":"commit","published_at":"2021-08-04T23:47:18.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc2/manifests"},{"name":"v0.9.2-rc1","sha":"15d0609ad0d1f37d0b3451da01ec773310ada4cc","kind":"commit","published_at":"2021-07-29T22:58:16.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.2-rc1/manifests"},{"name":"v0.10.1-rc1","sha":"6e7241691adfb6429285f01ff13f5c8dd9306e3e","kind":"commit","published_at":"2021-06-28T18:32:44.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.1-rc1/manifests"},{"name":"v0.10.0-rc2","sha":"ae9963fd077619c7d2a134813e35551943e87458","kind":"commit","published_at":"2021-06-15T15:37:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc2/manifests"},{"name":"v0.10.0","sha":"300a8a40132c5d3ee7dc936034c6046fd30ca4c0","kind":"commit","published_at":"2021-06-15T14:21:42.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0/manifests"},{"name":"v0.10.0-rc1","sha":"9d5561b1f1224426a34ac13391f9c62f03c75b2f","kind":"commit","published_at":"2021-05-27T09:06:28.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.10.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.10.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.10.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.10.0-rc1/manifests"},{"name":"v0.9.1-rc2","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc2/manifests"},{"name":"v0.9.1","sha":"8fb5838ca916fd4ace080dae0357e7c307037bef","kind":"commit","published_at":"2021-03-25T03:52:04.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1/manifests"},{"name":"v0.9.1-rc1","sha":"046cabc233e12c60d084e767db1d3c4d4d4533bd","kind":"commit","published_at":"2021-03-20T19:20:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.1-rc1/manifests"},{"name":"v0.9.0","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0/manifests"},{"name":"v0.9.0-rc3","sha":"01dfa8ea81972bb74b52dc01e6a1b43b26b62020","kind":"commit","published_at":"2021-03-03T23:07:32.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc3/manifests"},{"name":"v0.9.0-rc2","sha":"506279c105f7af42de4181e229d3f4087e40e7a7","kind":"commit","published_at":"2021-02-23T16:14:50.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc2/manifests"},{"name":"v0.9.0-rc1","sha":"8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db","kind":"commit","published_at":"2021-02-22T18:17:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.9.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.9.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.9.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.9.0-rc1/manifests"},{"name":"v0.8.2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2/manifests"},{"name":"v0.8.2-rc2","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc2/manifests"},{"name":"v0.8.2-rc1","sha":"2f40a483d73018ae6e1488a484c5927f2b309969","kind":"commit","published_at":"2020-12-04T01:52:19.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.2-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.2-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.2-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.2-rc1/manifests"},{"name":"v0.8.1-rc1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1-rc1/manifests"},{"name":"v0.8.1","sha":"45f960c5b18679ea42d7e5b4212f17483cdfd8af","kind":"commit","published_at":"2020-10-27T20:31:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"291f7e20339510cfa956b5782741697eb8e6d554","kind":"commit","published_at":"2020-10-27T00:33:11.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0/manifests"},{"name":"v0.8.0-rc4","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc4/manifests"},{"name":"v0.8.0-rc3","sha":"6455a4c68d4d1bd2a78962527104aab8d286e19f","kind":"commit","published_at":"2020-10-22T16:25:41.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc3/manifests"},{"name":"v0.8.0-rc2","sha":"1f629a5c196708dc84ccd17ebeb2a8ca980ee633","kind":"commit","published_at":"2020-10-16T17:06:12.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc2/manifests"},{"name":"v0.8.0-rc1","sha":"02c2537006001705d47c864f68531c48a05a40b9","kind":"commit","published_at":"2020-10-16T16:31:17.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.8.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.8.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.8.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.8.0-rc1/manifests"},{"name":"v0.7.0","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0/manifests"},{"name":"v0.7.0-rc4","sha":"78ed10cc51067f1a6bac9352831ef37a3f842784","kind":"commit","published_at":"2020-07-23T22:26:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc4","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc4/manifests"},{"name":"v0.7.0-rc3","sha":"e2d415cd0362ad26e419d262bac7ef2c6d6879de","kind":"commit","published_at":"2020-07-09T12:09:03.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc3","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc3/manifests"},{"name":"v0.7.0-rc2","sha":"6631b74db7cf8aebee8af196b4c65b1fce220baa","kind":"commit","published_at":"2020-06-25T18:30:40.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc2/manifests"},{"name":"v0.7.0-rc1","sha":"ed888d93fa2cf6e40d6ab8156d0fbd72e9fe2215","kind":"commit","published_at":"2020-06-24T18:24:21.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.7.0-rc1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.7.0-rc1/manifests"},{"name":"v0.6.1","sha":"fe36f0663e231b9c875ad727cd76bc0922c9437b","kind":"commit","published_at":"2020-06-01T18:08:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"b68adcf9a9280aef02fc08daed170d74d0892361","kind":"commit","published_at":"2020-04-09T10:18:09.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.6.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"85b8fbfd31e9324e64e24ca25410284ef238bcb3","kind":"commit","published_at":"2020-01-13T14:30:34.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.5.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"efb0b265ce62bb9205ba93701628c4b57012001c","kind":"commit","published_at":"2019-11-07T12:41:35.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a263704079d9d35db8b0966a65ec628d28998bce","kind":"commit","published_at":"2019-10-11T17:22:38.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"d31eafa9c59cd59533dd0b89a36d371e55337a48","kind":"commit","published_at":"2019-08-06T23:15:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.4.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"be376084d84dedd99284625d5b12a3643cfbe3d8","kind":"commit","published_at":"2019-05-22T19:15:46.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.3.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"ef768ad5664c91a19e9c6e602b2fcb08001c6125","kind":"commit","published_at":"2019-03-01T21:40:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.2","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"1d0a3b11c6406e8b604c2c95b228bc6f7bc36ac4","kind":"commit","published_at":"2018-04-24T18:16:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.1","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"c9b8914528f70fc8444a913a0934a0e44bff67c1","kind":"commit","published_at":"2017-11-25T18:10:23.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.2.0","html_url":"https://github.com/pytorch/vision/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"c5e52baa632878e2989d62d5888179f900b01c8b","kind":"commit","published_at":"2017-08-06T06:59:07.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.9","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"f4c171574da358d0c7f927e8fa86aa65b329668a","kind":"commit","published_at":"2017-03-29T14:24:48.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.8","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"80b38a076cdea1a87382372cc449bc23c4c34153","kind":"commit","published_at":"2017-01-19T20:12:01.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.7","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"e869fcbea0bc52dd0dde446eeafb44cca6fc7713","kind":"commit","published_at":"2017-01-19T00:54:56.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.6","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"248e2f0c76cdd325f5ac86bb6b0cc0562697b3c5","kind":"commit","published_at":"2016-11-18T06:44:22.000Z","download_url":"https://codeload.github.com/pytorch/vision/tar.gz/v0.1.5","html_url":"https://github.com/pytorch/vision/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pytorch/vision@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/tags/v0.1.5/manifests"}]},"repo_metadata_updated_at":"2025-09-02T01:20:49.781Z","dependent_packages_count":61,"downloads":null,"downloads_period":null,"dependent_repos_count":1902,"rankings":{"downloads":null,"dependent_repos_count":0.29941613852986676,"dependent_packages_count":1.2375867059234493,"stargazers_count":2.3005139977044764,"forks_count":1.3423823544089026,"docker_downloads_count":null,"average":1.2949747991416738},"purl":"pkg:conda/torchvision","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/torchvision","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/torchvision","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/torchvision/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-09-01T12:00:40.807Z","issues_count":817,"pull_requests_count":1132,"avg_time_to_close_issue":8532489.9002079,"avg_time_to_close_pull_request":2127220.7561761546,"issues_closed_count":481,"pull_requests_closed_count":931,"pull_request_authors_count":228,"issue_authors_count":491,"avg_comments_per_issue":3.3047735618115053,"avg_comments_per_pull_request":2.262367491166078,"merged_pull_requests_count":741,"bot_issues_count":27,"bot_pull_requests_count":0,"past_year_issues_count":284,"past_year_pull_requests_count":393,"past_year_avg_time_to_close_issue":1913915.7651006712,"past_year_avg_time_to_close_pull_request":728216.2252559727,"past_year_issues_closed_count":149,"past_year_pull_requests_closed_count":293,"past_year_pull_request_authors_count":89,"past_year_issue_authors_count":150,"past_year_avg_comments_per_issue":1.2992957746478873,"past_year_avg_comments_per_pull_request":1.8549618320610688,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":249,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","maintainers":[{"login":"NicolasHug","count":520,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":145,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":134,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"kit1980","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"vfdev-5","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/torchvision/related_packages","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}}],"commits":{"id":6986,"full_name":"pytorch/vision","default_branch":"main","committers":[{"name":"Philip Meier","email":"github.pmeier@posteo.de","login":"pmeier","count":655},{"name":"Nicolas Hug","email":"nh.nicolas.hug@gmail.com","login":"NicolasHug","count":533},{"name":"Vasilis Vryniotis","email":"datumbox","login":"datumbox","count":389},{"name":"Francisco Massa","email":"fvsmassa@gmail.com","login":"fmassa","count":232},{"name":"vfdev","email":"vfdev.5@gmail.com","login":"vfdev-5","count":214},{"name":"Andrey Talman","email":"atalman@fb.com","login":"atalman","count":76},{"name":"Prabhat Roy","email":"prabhatroy@fb.com","login":"prabhat00155","count":74},{"name":"Soumith Chintala","email":"soumith@gmail.com","login":"soumith","count":72},{"name":"Aditya Oke","email":"47158509+oke-aditya","login":"oke-aditya","count":64},{"name":"F-G Fernandez","email":"fgfm03@hotmail.fr","login":"frgfm","count":53},{"name":"Joao Gomes","email":"jdsgomes@fb.com","login":"jdsgomes","count":45},{"name":"Nikita Shulga","email":"nshulga@fb.com","login":"malfet","count":44},{"name":"Alykhan Tejani","email":"alykhan.tejani@gmail.com","login":"alykhantejani","count":42},{"name":"YosuaMichael","email":"yosuamichaelm@gmail.com","login":"YosuaMichael","count":41},{"name":"peterjc123","email":"peterghost86@gmail.com","login":"peterjc123","count":35},{"name":"Bruno Korbar","email":"bjuncek@gmail.com","login":"bjuncek","count":29},{"name":"ekka","email":"ekagra.ranjan@gmail.com","login":"ekagra-ranjan","count":28},{"name":"Omkar Salpekar","email":"osalpekar@gmail.com","login":"osalpekar","count":28},{"name":"Surgan Jandial","email":"cs17btech11038@iith.ac.in","login":"surgan12","count":27},{"name":"Philip Meier","email":"gamesnmore@online.de","login":null,"count":25},{"name":"Eli Uriegas","email":"1700823+seemethere","login":"seemethere","count":24},{"name":"Edward Z. Yang","email":"ezyang@fb.com","login":"ezyang","count":23},{"name":"Zhiqiang Wang","email":"zhiqwang@outlook.com","login":"zhiqwang","count":22},{"name":"Edgar Andrés Margffoy Tuay","email":"andfoy@gmail.com","login":"andfoy","count":22},{"name":"Sasank Chilamkurthy","email":"sasankchilamkurthy@gmail.com","login":"chsasank","count":20},{"name":"Adam J. Stewart","email":"ajstewart426@gmail.com","login":"adamjstewart","count":18},{"name":"eellison","email":"elias_ellison@brown.edu","login":"eellison","count":17},{"name":"Ponku","email":"teodor.poncu@gmail.com","login":"TeodorPoncu","count":15},{"name":"GdoongMathew","email":"gdoongmathew@gmail.com","login":"GdoongMathew","count":15},{"name":"Hu Ye","email":"xiaohuzc@gmail.com","login":"xiaohu2015","count":15},{"name":"Kai Zhang","email":"1006921+kazhang","login":"kazhang","count":14},{"name":"Abhijit Deo","email":"72816663+abhi-glitchhg","login":"abhi-glitchhg","count":14},{"name":"Yiwen Song","email":"34639474+sallysyw","login":"sallysyw","count":13},{"name":"Anirudh","email":"anirudhdagar6@gmail.com","login":"AnirudhDagar","count":13},{"name":"Lara Haidar","email":"haidar.lara@gmail.com","login":"lara-hdr","count":13},{"name":"Tongzhou Wang","email":"SsnL","login":"SsnL","count":12},{"name":"Vishwak Srinivasan","email":"cs15btech11043@iith.ac.in","login":"vishwakftw","count":12},{"name":"Sam Gross","email":"colesbury@gmail.com","login":"colesbury","count":12},{"name":"Zhicheng Yan","email":"zhicheng.yan@live.com","login":"stephenyan1231","count":11},{"name":"bmanga","email":"bruno.manga95@gmail.com","login":"bmanga","count":11},{"name":"Yi Zhang","email":"zhanyi@microsoft.com","login":"mszhanyi","count":10},{"name":"Negin Raoof","email":"neginmr@utexas.edu","login":"neginraoof","count":10},{"name":"Michael Kösel","email":"TheCodez","login":"TheCodez","count":10},{"name":"Matti Picus","email":"matti.picus@gmail.com","login":"mattip","count":10},{"name":"Sergii Dymchenko","email":"sdym@meta.com","login":"kit1980","count":9},{"name":"puhuk","email":"wetr235@gmail.com","login":"puhuk","count":9},{"name":"Shahriar","email":"shahriar25.ss@gmail.com","login":"ShahriarSS","count":8},{"name":"Vivek Kumar","email":"60113444+vivekkumar7089","login":"vivekkumar7089","count":7},{"name":"Yuxin Wu","email":"ppwwyyxxc@gmail.com","login":"ppwwyyxx","count":7},{"name":"Danylo Baibak","email":"baibak@meta.com","login":"DanilBaibak","count":7},{"name":"Yassine Alouini","email":"yalouini@idmog.com","login":null,"count":6},{"name":"Jason Park","email":"diligensloth@gmail.com","login":"jaesuny","count":6},{"name":"Federico Pozzi","email":"f.pozzi33@campus.unimib.it","login":"federicopozzi33","count":6},{"name":"Bodo Kaiser","email":"i@bodokaiser.io","login":"bodokaiser","count":6},{"name":"Zhengyang Feng","email":"zyfeng97@gmail.com","login":"voldemortX","count":6},{"name":"ahmadsharif1","email":"ahmads@fb.com","login":"ahmadsharif1","count":6},{"name":"Huy Do","email":"huydhn@gmail.com","login":"huydhn","count":5},{"name":"Lezwon Castelino","email":"lezwon","login":"lezwon","count":5},{"name":"ptrblck","email":"ptrblck","login":"ptrblck","count":5},{"name":"moto","email":"855818+mthrok","login":"mthrok","count":5},{"name":"hx89","email":"43588773+hx89","login":"hx89","count":5},{"name":"Luke Yeager","email":"lukeyeager","login":"lukeyeager","count":5},{"name":"NVS Abhilash","email":"nvs-abhilash","login":"nvs-abhilash","count":5},{"name":"Saswat Das","email":"saswat.papp43@gmail.com","login":"saswatpp","count":5},{"name":"Sergey Zagoruyko","email":"zagoruyko2@gmail.com","login":"szagoruyko","count":5},{"name":"Yoshitomo Matsubara","email":"yoshitomo-matsubara","login":"yoshitomo-matsubara","count":5},{"name":"Vincent Moens","email":"vincentmoens@gmail.com","login":"vmoens","count":5},{"name":"Uridah Sami Ahmed","email":"11beseuahmed@seecs.edu.pk","login":"uridah","count":5},{"name":"buoyancy99","email":"buoyuan99@gmail.com","login":null,"count":5},{"name":"Ashish Farmer","email":"ashishfarmer","login":"ashishfarmer","count":4},{"name":"Ashok M","email":"ashok.kannan93@gmail.com","login":"Ashok93","count":4},{"name":"Danylo Ulianych","email":"dizcza@gmail.com","login":"dizcza","count":4},{"name":"David Fan","email":"30608893+jiafatom","login":"jiafatom","count":4},{"name":"Jithun Nair","email":"37884920+jithunnair-amd","login":"jithunnair-amd","count":4},{"name":"Alexander Soare","email":"alexander.soare159@gmail.com","login":"alexander-soare","count":4},{"name":"Konstantin Lopuhin","email":"kostia.lopuhin@gmail.com","login":"lopuhin","count":4},{"name":"cyy","email":"cyyever@outlook.com","login":"cyyever","count":4},{"name":"Sri Krishna","email":"skrish13","login":"skrish13","count":4},{"name":"cpuhrsch","email":"cpuhrsch@googlemail.com","login":"cpuhrsch","count":4},{"name":"Sahil Goyal","email":"sahilgoyal6801@gmail.com","login":"sahilg06","count":4},{"name":"Santiago Castro","email":"sacastro@umich.edu","login":"bryant1410","count":4},{"name":"James Thewlis","email":"james@unitary.ai","login":"jamt9000","count":4},{"name":"Li-Huai (Allan) Lin","email":"qqaatw@gmail.com","login":"qqaatw","count":4},{"name":"Marat Dukhan","email":"maratek@gmail.com","login":"Maratyszcza","count":4},{"name":"Mikhail Korobov","email":"kmike84@gmail.com","login":"kmike","count":4},{"name":"Rahul Somani","email":"rsomani95@gmail.com","login":"rsomani95","count":4},{"name":"Sepehr Sameni","email":"Sepehr.Sameni@gmail.com","login":"Separius","count":4},{"name":"Thomas Grainger","email":"tom.grainger@procensus.com","login":"graingert","count":4},{"name":"Yonghye Kwon","email":"developer.0hye@gmail.com","login":"developer0hye","count":4},{"name":"deekay42","email":"38117478+deekay42","login":"deekay42","count":4},{"name":"pedrofreire","email":"pedrofreirex@gmail.com","login":"pedrofreire","count":4},{"name":"vcarpani","email":"38493091+vcarpani","login":"vcarpani","count":4},{"name":"Edgar Riba","email":"edgar.riba@gmail.com","login":"edgarriba","count":4},{"name":"Adam Paszke","email":"adam.paszke@gmail.com","login":"apaszke","count":4},{"name":"Ailing","email":"ailzhang","login":"ailzhang","count":4},{"name":"Antoine Simoulin","email":"antoinesimoulin@fb.com","login":"AntoineSimoulin","count":4},{"name":"Jeff Daily","email":"jeff.daily@amd.com","login":"jeffdaily","count":4},{"name":"Ivan Kobzarev","email":"ivankobzarev@fb.com","login":"IvanKobzarev","count":4},{"name":"Holger Kohr","email":"ho.kohr@zoho.com","login":"kohr-h","count":4},{"name":"Drishti Bhasin","email":"56479884+Dbhasin1","login":"Dbhasin1","count":4},{"name":"Will Feng","email":"willfeng@fb.com","login":null,"count":4},{"name":"Tzu-Wei Huang","email":"huang.dexter@gmail.com","login":"lanpa","count":3},{"name":"Varun Agrawal","email":"varagrawal@gmail.com","login":"varunagrawal","count":3},{"name":"Will Frey","email":"jfrey89@gmail.com","login":"willfrey","count":3},{"name":"Vinh Nguyen","email":"vinh.nguyenx@gmail.com","login":"vinhngx","count":3},{"name":"Bowen Bao","email":"bowbao@microsoft.com","login":"BowenBao","count":3},{"name":"Yuchen Huang","email":"hyc@fb.com","login":"husthyc","count":3},{"name":"Gary Miguel","email":"garymiguel@microsoft.com","login":"garymm","count":3},{"name":"Mustafa Bal","email":"5262061+mstfbl","login":"mstfbl","count":3},{"name":"Nicolas Granger","email":"3764009+nlgranger","login":"nlgranger","count":3},{"name":"Muhammed Abdullah","email":"63636498+ABD-01","login":"ABD-01","count":3},{"name":"Marc","email":"marc.juny@gmail.com","login":"mjunyent","count":3},{"name":"Kyryl Truskovskyi","email":"truskovskiyk@gmail.com","login":"truskovskiyk","count":3},{"name":"KyleCZH","email":"70175284+KyleCZH","login":"KyleCZH","count":3},{"name":"Ksenija Stanojevic","email":"KsenijaS","login":"KsenijaS","count":3},{"name":"Ross Wightman","email":"rwightman","login":"rwightman","count":3},{"name":"Ross Taylor","email":"rj-taylor@live.co.uk","login":"RJT1990","count":3},{"name":"ProGamerGov","email":"ProGamerGov","login":"ProGamerGov","count":3},{"name":"guyang3532","email":"62738430+guyang3532","login":"guyang3532","count":3},{"name":"nps1ngh","email":"npsingh0181@gmail.com","login":"nps1ngh","count":3},{"name":"venkatram-dev","email":"45727389+venkatram-dev","login":"venkatram-dev","count":3},{"name":"Naofumi Tomita","email":"ntomita","login":"ntomita","count":3},{"name":"Brizar","email":"1500595+bmmtstb","login":"bmmtstb","count":3},{"name":"Brian Vaughan","email":"nairbv","login":"nairbv","count":3},{"name":"Brian Johnson","email":"brianjo@fb.com","login":"brianjo","count":3},{"name":"xkszltl","email":"xkszltl","login":"xkszltl","count":3},{"name":"Ryuichiro Hataya","email":"moskomule","login":"moskomule","count":3},{"name":"Local State","email":"ain-soph@live.com","login":"ain-soph","count":3},{"name":"Ambuj Pawar","email":"pawar.ambuj@gmail.com","login":"ambujpawar","count":3},{"name":"Jirka Borovec","email":"Borda","login":"Borda","count":3},{"name":"Gu Wang","email":"wangg12","login":"wangg12","count":3},{"name":"Gao, Xiang","email":"qasdfgtyuiop@gmail.com","login":"zasdfgbnm","count":3},{"name":"Dr. Kashif Rasul","email":"kashif.rasul@gmail.com","login":"kashif","count":3},{"name":"Camilo De La Torre","email":"64303300+camilodlt","login":"camilodlt","count":3},{"name":"Quentin Duval","email":"QuentinDuval","login":"QuentinDuval","count":2},{"name":"Richard Zou","email":"zou3519","login":"zou3519","count":2},{"name":"Riza Velioglu","email":"40141130+rizavelioglu","login":"rizavelioglu","count":2},{"name":"Robert Perrotta","email":"104582251+robert-perrotta","login":"robert-perrotta","count":2},{"name":"Robylyon93","email":"spartan593@hotmail.it","login":"Robylyon93","count":2},{"name":"Vasiliy Kuznetsov","email":"vkuzo","login":"vkuzo","count":2},{"name":"Urwa Muaz","email":"43106180+muaz-urwa","login":"muaz-urwa","count":2},{"name":"TilmannR","email":"TilmannR","login":"TilmannR","count":2},{"name":"Tian Qi Chen","email":"rtqichen@gmail.com","login":"rtqichen","count":2},{"name":"Thien Tran","email":"gau.nernst@yahoo.com.sg","login":"gau-nernst","count":2},{"name":"Tal Ben-Nun","email":"tbennun","login":"tbennun","count":2},{"name":"SvenDS9","email":"122370631+SvenDS9","login":"SvenDS9","count":2},{"name":"Fangjun Kuang","email":"csukuangfj@gmail.com","login":"csukuangfj","count":2},{"name":"Sumanth Ratna","email":"sumanthratna@gmail.com","login":"sumanthratna","count":2},{"name":"Oana Florescu","email":"35745326+flores-o","login":"flores-o","count":2},{"name":"Mithra","email":"50359897+GsnMithra","login":"GsnMithra","count":2},{"name":"Milos","email":"34348494+kondela","login":"kondela","count":2},{"name":"Mike Ruberry","email":"38511765+mruberry","login":"mruberry","count":2},{"name":"Max Frei","email":"36265931+maxfrei750","login":"maxfrei750","count":2},{"name":"Mark Harfouche","email":"mark.harfouche@gmail.com","login":"hmaarrfk","count":2},{"name":"Mantas","email":"56790921+mantasu","login":"mantasu","count":2},{"name":"Lutz Roeder","email":"lutzroeder","login":"lutzroeder","count":2},{"name":"Loi Ly","email":"VinhLoiIT","login":"VinhLoiIT","count":2},{"name":"Justin Chu","email":"justinchuby","login":"justinchuby","count":2},{"name":"João Fernandes","email":"fernandesj@protonmail.com","login":"joaoflf","count":2},{"name":"Keon","email":"keon.kim@nyu.edu","login":"keon","count":2},{"name":"gslotman","email":"58558601+gslotman","login":"gslotman","count":2},{"name":"keith","email":"1868690+wk5ovc","login":"wk5ovc","count":2},{"name":"kylematoba","email":"22180455+kylematoba","login":"kylematoba","count":2},{"name":"mcarilli","email":"mcarilli@gmail.com","login":"mcarilli","count":2},{"name":"nihui","email":"shuizhuyuanluo@126.com","login":"nihui","count":2},{"name":"peterbell10","email":"peterbell10@live.co.uk","login":"peterbell10","count":2},{"name":"philipNoonan","email":"philip.noonan@outlook.com","login":"philipNoonan","count":2},{"name":"talcs","email":"talh8787@gmail.com","login":"talcs","count":2},{"name":"theonekeyg","email":"34949189+theonekeyg","login":"theonekeyg","count":2},{"name":"toni057","email":"toni.blaslov@gmail.com","login":"toni057","count":2},{"name":"Anuvabh Dutt","email":"anuvabhdutt@gmail.com","login":"vabh","count":2},{"name":"fbbradheintz","email":"bradheintz@fb.com","login":"fbbradheintz","count":2},{"name":"ekosman","email":"eitan.kosman@gmail.com","login":"ekosman","count":2},{"name":"amdfaa","email":"107946068+amdfaa","login":"amdfaa","count":2},{"name":"Zhun Zhong","email":"zhunzhong@stu.xmu.edu.cn","login":"zhunzhong07","count":2},{"name":"Yashas Annadani","email":"yashas.annadani@gmail.com","login":"yannadani","count":2},{"name":"Will Price","email":"will.price94@gmail.com","login":"willprice","count":2},{"name":"Wang, Chuanqi","email":"chuanqi.wang@intel.com","login":"chuanqi129","count":2},{"name":"Vukašin Manojlović","email":"iamvukasin@gmail.com","login":"iamvukasin","count":2},{"name":"Frédérik Paradis","email":"fredy_14@live.fr","login":"freud14","count":2},{"name":"Fernando Pérez-García","email":"fepegar@gmail.com","login":"fepegar","count":2},{"name":"Federico Baldassarre","email":"baldassarre.fe@gmail.com","login":"baldassarreFe","count":2},{"name":"Masahiro Hiramori","email":"mhg00g13@gmail.com","login":"mshr-h","count":2},{"name":"Shrill Shrestha","email":"43284212+ShrillShrestha","login":"ShrillShrestha","count":2},{"name":"Sofya Lipnitskaya","email":"45559484+slipnitskaya","login":"slipnitskaya","count":2},{"name":"Stefan Otte","email":"stefan.otte@gmail.com","login":"sotte","count":2},{"name":"Brian Hart","email":"hartb@us.ibm.com","login":"hartb","count":2},{"name":"Sergii Khomenko","email":"sergiikh@fb.com","login":"lc0","count":2},{"name":"Erjia Guan","email":"68879799+ejguan","login":"ejguan","count":2},{"name":"Dougal J. Sutherland","email":"dougal@gmail.com","login":"djsutherland","count":2},{"name":"Bar","email":"elhararb@gmail.com","login":"barrh","count":2},{"name":"Avijit Dasgupta","email":"avijitdasgupta9@gmail.com","login":"avijit9","count":2},{"name":"Ankit Jha","email":"45779665+PyExtreme","login":"PyExtreme","count":2},{"name":"Andreas Floros","email":"77194848+andreasfloros","login":"andreasfloros","count":2},{"name":"Amir Arsalan Soltani","email":"Amir-Arsalan","login":"Amir-Arsalan","count":2},{"name":"Allen Goodman","email":"allen.goodman@icloud.com","login":"0x00b1","count":2},{"name":"Aidyn-A","email":"31858918+Aidyn-A","login":"Aidyn-A","count":2},{"name":"AhnDW","email":"zsef123@gmail.com","login":"zsef123","count":2},{"name":"Adam Lerer","email":"alerer@fb.com","login":"adamlerer","count":2},{"name":"Erik Gaasedelen","email":"erikgaas@gmail.com","login":"erikgaas","count":2},{"name":"NC Cullen","email":"nicholas.c.cullen.th@dartmouth.edu","login":null,"count":2},{"name":"Erik","email":"emcp@whichdegree.co","login":null,"count":2},{"name":"ngimel","email":"ngimelshein@nvidia.com","login":null,"count":2},{"name":"Geoff Pleiss","email":"gpleiss@gmail.com","login":"gpleiss","count":2},{"name":"AJS Payne","email":"git@aksan.dev","login":"AksanDotDev","count":2},{"name":"Karan Desai","email":"kddeskar@gmail.com","login":"kdexd","count":2},{"name":"Guillem Orellana Trullols","email":"guillem.orellana@gmail.com","login":"Guillem96","count":2},{"name":"Hong Xu","email":"hong@topbug.net","login":"xuhdev","count":2},{"name":"Huan Yang","email":"yanghuanflc@sjtu.edu.cn","login":"yanghuanflc","count":2},{"name":"S Harish","email":"46412734+harishsdev","login":"harishsdev","count":2},{"name":"Iacopo Poli","email":"iacopo.poli93@gmail.com","login":"iacolippo","count":2},{"name":"Illia Vysochyn","email":"73446357+ivysochyn","login":"ivysochyn","count":2},{"name":"Ishan Kumar","email":"ishankumar216@gmail.com","login":"Ishan-Kumar2","count":2},{"name":"Jon Crall","email":"erotemic@gmail.com","login":"Erotemic","count":2},{"name":"Joseph Spisak","email":"spisakjo@gmail.com","login":"jspisak","count":2},{"name":"Dmitry Belenko","email":"38598618+1e100","login":"1e100","count":2},{"name":"DevPranjal","email":"72960463+DevPranjal","login":"DevPranjal","count":2},{"name":"David de la Iglesia Castro","email":"daviddelaiglesiacastro@gmail.com","login":"daavoo","count":2},{"name":"Dmitry Ulyanov","email":"dmitry.ulyanov.msu@gmail.com","login":"DmitryUlyanov","count":2},{"name":"D. Khuê Lê-Huu","email":"netw0rkf10w","login":"netw0rkf10w","count":2},{"name":"Amani Kiruga","email":"69642575+amaniedu71","login":"amaniedu71","count":1},{"name":"Andreas Georgiou","email":"ag14774","login":"ag14774","count":1},{"name":"Andrew Lingg","email":"andrew.lingg@gmail.com","login":"matlabninja","count":1},{"name":"Andrew Murray","email":"3112309+radarhere","login":"radarhere","count":1},{"name":"Anner","email":"anner.de.jong@outlook.com","login":"Anner-deJong","count":1},{"name":"Anthony Kantsemal","email":"61351346+tonystratum","login":"tonystratum","count":1},{"name":"Antoine Broyelle","email":"f.broyelle@gmail.com","login":"antoinebrl","count":1},{"name":"Anton Osokin","email":"anton.osokin@gmail.com","login":"aosokin","count":1},{"name":"Dmitry Nikulin","email":"1315874+dniku","login":"dniku","count":1},{"name":"Dmytro","email":"38501955+XoMute","login":"XoMute","count":1},{"name":"Dmytro Mishkin","email":"ducha.aiki@gmail.com","login":"ducha-aiki","count":1},{"name":"Allan Wang","email":"me@allanwang.ca","login":"AllanWang","count":1},{"name":"Alfredo Tupone","email":"tupone@gentoo.org","login":"atupone","count":1},{"name":"7d","email":"qidixu@yeah.net","login":"uestc7d","count":1},{"name":"Willie Maddox","email":"willie.maddox@gmail.com","login":"WillieMaddox","count":1},{"name":"Will Brennan","email":"WillBrennan","login":"WillBrennan","count":1},{"name":"Wilbur Wu","email":"wilburwu@gmail.com","login":"wilburwu","count":1},{"name":"Wenchen Li","email":"9028430+neo","login":"neo","count":1},{"name":"Vladislav Sovrasov","email":"vladislav.sovrasov@intel.com","login":"sovrasov","count":1},{"name":"Vitor Finotti Ferreira","email":"vfinotti","login":"vfinotti","count":1},{"name":"Vitaliy Chiley","email":"vchiley@me.com","login":"vchiley","count":1},{"name":"Vincent QB","email":"vincentqb","login":"vincentqb","count":1},{"name":"Vince","email":"vincivenv@gmail.com","login":"mrdvince","count":1},{"name":"Anton Thomma","email":"11010310+thommaa","login":"thommaa","count":1},{"name":"Bryan He","email":"2773922+bryanhe","login":"bryanhe","count":1},{"name":"CUI Hao","email":"cuihao.leo@gmail.com","login":"cuihaoleo","count":1},{"name":"Calvin Lee","email":"calvinleenyc@gmail.com","login":"calvinleenyc","count":1},{"name":"Carlosbogo","email":"84228424+Carlosbogo","login":"Carlosbogo","count":1},{"name":"Carrie","email":"36170228+carriesmi","login":"carriesmi","count":1},{"name":"Chandresh Kanani","email":"kananichandresh@gmail.com","login":"cskanani","count":1},{"name":"Chang","email":"Coolnesss","login":"Coolnesss","count":1},{"name":"Charles Pao","email":"32415549+Dirtybluer","login":"Dirtybluer","count":1},{"name":"Christoph Reich","email":"34400551+ChristophReich1996","login":"ChristophReich1996","count":1},{"name":"Christopher Beckham","email":"christopher-beckham","login":"christopher-beckham","count":1},{"name":"Chungman Lee","email":"50270612+fullyz","login":"fullyz","count":1},{"name":"Bisakh Mondal","email":"bisakhmondal00@gmail.com","login":"bisakhmondal","count":1},{"name":"Binghuan Zhang","email":"574953550@qq.com","login":"estepona","count":1},{"name":"Bhavay Malhotra","email":"56443877+Bhavay-2001","login":"Bhavay-2001","count":1},{"name":"Bharat Raghunathan","email":"bharatraghunthan9767@gmail.com","login":"bharatr21","count":1},{"name":"Benoit Brummer","email":"trougnouf@gmail.com","login":"trougnouf","count":1},{"name":"Benjamin Pinaya","email":"bpg_92@hotmail.com","login":"bpinaya","count":1},{"name":"Ben Weinstein","email":"bw4sz","login":"bw4sz","count":1},{"name":"Ben","email":"bstriner","login":"bstriner","count":1},{"name":"Behrooz","email":"3968947+drbeh","login":"drbeh","count":1},{"name":"Dragos Cristian","email":"60302312+CristianManta","login":"CristianManta","count":1},{"name":"Douglas H. Bradshaw","email":"dhbradshaw@gmail.com","login":"dhbradshaw","count":1},{"name":"Beat Buesser","email":"49047826+beat-buesser","login":"beat-buesser","count":1},{"name":"Beh Chuen Yang","email":"depictiger@gmail.com","login":"N00bcak","count":1},{"name":"Chunyuan WU","email":"chunyuan.wu@intel.com","login":"chunyuan-w","count":1},{"name":"Adam Dangoor","email":"adamdangoor@gmail.com","login":"adamtheturtle","count":1},{"name":"Adeel Hassan","email":"AdeelH","login":"AdeelH","count":1},{"name":"Marco Martinelli","email":"markitocab@gmail.com","login":null,"count":1},{"name":"Michael Galkov","email":"magalkov@gmail.com","login":null,"count":1},{"name":"Luan Pham","email":"luan@cinnamon.is","login":null,"count":1},{"name":"Geoffrey Roeder","email":"roeder@cs.toronto.edu","login":null,"count":1},{"name":"Gerald Baier","email":"gerald.baier@tum.de","login":null,"count":1},{"name":"Jeff Yang","email":"ydcjeff@outlook.com","login":null,"count":1},{"name":"dddzg","email":"dzglalala@gmail.com","login":null,"count":1},{"name":"dmitrysarov","email":"dmvish@yandex.ru","login":null,"count":1},{"name":"jvmancuso","email":"jvmancuso87@gmail.com","login":null,"count":1},{"name":"maria8899","email":"shuttle359@gmail.com","login":null,"count":1},{"name":"Thiago Crepaldi","email":"thiago.crepaldi@microsoft.com","login":null,"count":1},{"name":"Siddhant Bansal","email":"siddhant.bansal@research.iiit.ac.in","login":null,"count":1},{"name":"Thibault de Boissiere","email":"thibault.deboissiere@seeingmachines.com","login":null,"count":1},{"name":"Areiser","email":"areiser@hm.edu","login":null,"count":1},{"name":"Alexander Jipa","email":"alexander.jipa@gmail.com","login":null,"count":1},{"name":"David Garcia","email":"dvid@usal.es","login":null,"count":1},{"name":"David Wade","email":"dawad@statoil.com","login":null,"count":1},{"name":"Bernhard M. Wiedemann","email":"githubbmw2020@lsmod.de","login":null,"count":1},{"name":"Vassilis C. Nicodemou","email":"vcnikodim@gmail.com","login":"VassilisCN","count":1},{"name":"Vaibhav Balloli","email":"balloli.vb@gmail.com","login":"vballoli","count":1},{"name":"Utku Ozbulak","email":"utku.ozbulak@gmail.com","login":"utkuozbulak","count":1},{"name":"Tommaso Bianconcini","email":"33906341+biascia","login":"biascia","count":1},{"name":"Aleksei Nikiforov","email":"103434461+AlekseiNikiforovIBM","login":"AlekseiNikiforovIBM","count":1},{"name":"Akshay Kumar","email":"72260914+AXE02","login":"AXE02","count":1},{"name":"Akshay Kulkarni","email":"akshayk.vnit@gmail.com","login":"akshaykulkarni07","count":1},{"name":"Akira Noda","email":"61897166+tsugumi-sys","login":"tsugumi-sys","count":1},{"name":"Aiden Nibali","email":"dismaldenizen@gmail.com","login":"anibali","count":1},{"name":"Ahmed Abdo","email":"ahmed.abdo3@hotmail.com","login":"abdokhaire","count":1},{"name":"Adán Mora-Fallas","email":"ajmorafallas@gmail.com","login":"AdanMora","count":1},{"name":"Adrian Campos","email":"adriancampos","login":"adriancampos","count":1},{"name":"AdityaKhursale","email":"akhursale@gmail.com","login":"AdityaKhursale","count":1},{"name":"Aditya Kamath","email":"118170220+KamathForAIX","login":"KamathForAIX","count":1},{"name":"Aditya Gandhamal","email":"61016383+adityagandhamal","login":"adityagandhamal","count":1},{"name":"Adham","email":"odinay@gmail.com","login":"adham","count":1},{"name":"Arash Javanmard","email":"a.javan.gh@gmail.com","login":"ArashJavan","count":1},{"name":"Ardalan","email":"Ardalan77400@gmail.com","login":"ArdalanM","count":1},{"name":"Artyom Astafurov","email":"artyom.astafurov@gmail.com","login":"astaff","count":1},{"name":"Arun Sathiya","email":"arun@arun.blog","login":"arunsathiya","count":1},{"name":"Ashish Malhotra","email":"ash6320@gmail.com","login":"malhotraa","count":1},{"name":"Aurélien Geron","email":"ageron","login":"ageron","count":1},{"name":"Baiyu Zhao","email":"zhaobaiyu","login":"zhaobaiyu","count":1},{"name":"Caroline Chen","email":"carolinechen@fb.com","login":null,"count":1},{"name":"Tinson Lai","email":"laitingsheng@hotmail.com","login":"laitingsheng","count":1},{"name":"Thomas Viehmann","email":"tv.github@beamnet.de","login":"t-vi","count":1},{"name":"Thomas Fritz","email":"thomas.fritz.2000@gmx.de","login":"abstractionmage","count":1},{"name":"Zheng Qin","email":"5952339+clavichord93","login":"clavichord93","count":1},{"name":"Zeeshan Khan Suri","email":"5270999+zshn25","login":"zshn25","count":1},{"name":"Zain Rizvi","email":"ZainRizvi","login":"ZainRizvi","count":1},{"name":"Zachariah Carmichael","email":"20629897+craymichael","login":"craymichael","count":1},{"name":"Yuwen Xiong","email":"Orpine@msn.com","login":"YuwenXiong","count":1},{"name":"Yusu Pan","email":"corenel","login":"corenel","count":1},{"name":"Yun Chen","email":"chenyuntc","login":"chenyuntc","count":1},{"name":"Yulv-git","email":"34329208+Yulv-git","login":"Yulv-git","count":1},{"name":"Yuanzheng Ci","email":"yuanzheng.ci@gmail.com","login":"orashi","count":1},{"name":"Yu-Yang Huang","email":"myutwo150","login":"myutwo150","count":1},{"name":"Yu Luo","email":"yuluopsu@gmail.com","login":"iammarvelous","count":1},{"name":"Yili Zhao","email":"panovr@gmail.com","login":"panovr","count":1},{"name":"Yichen Yan","email":"oraluben@outlook.com","login":"oraluben","count":1},{"name":"Yassine Alouini","email":"yassinealouini@outlook.com","login":"yassineAlouini","count":1},{"name":"Yakhyokhuja Valikhujaev","email":"yakhyo9696@gmail.com","login":"yakhyo","count":1},{"name":"Siddharth Singh","email":"siddharth9820@gmail.com","login":"siddharth9820","count":1},{"name":"smartkiwi","email":"smartkiwi@gmail.com","login":"smartkiwi","count":1},{"name":"Xu Zhao","email":"i@xuzhao.net","login":"xuzhao9","count":1},{"name":"Xiuyan Ni","email":"xni2@gradcenter.cuny.edu","login":"xiuyanni","count":1},{"name":"Xiaolin Wang","email":"violin1229@163.com","login":"tkhe","count":1},{"name":"XiaobingZhang","email":"xiaobing.zhang@intel.com","login":"XiaobingSuper","count":1},{"name":"Siddarth Ijju","email":"sidijju@gmail.com","login":"sidijju","count":1},{"name":"Shunta Saito","email":"shunta.saito@gmail.com","login":"mitmul","count":1},{"name":"Shubham Bhokare","email":"32080845+shubhambhokare1","login":"shubhambhokare1","count":1},{"name":"Shuaizhen Jing","email":"jingshuaizhen@gmail.com","login":"buendiya","count":1},{"name":"Shu","email":"shu.wan@outlook.com","login":"Shu-Wan","count":1},{"name":"Shruti Pulstya","email":"shrutipulstya9@gmail.com","login":"shrutipulstya","count":1},{"name":"Shijie","email":"821898965@qq.com","login":"simonJJJ","count":1},{"name":"Shengwei An","email":"njuaplusplus@gmail.com","login":"njuaplusplus","count":1},{"name":"Shawn Zhong","email":"6421097+ShawnZhong","login":"ShawnZhong","count":1},{"name":"Shantanu","email":"12621235+hauntsaninja","login":"hauntsaninja","count":1},{"name":"Sean Robertson","email":"sprobertson@gmail.com","login":"spro","count":1},{"name":"Saurabh Khanduja","email":"saurabheights","login":"saurabheights","count":1},{"name":"Sanyam Kapoor","email":"activatedgeek","login":"activatedgeek","count":1},{"name":"Sanket Thakur","email":"sanketkumar1996@gmail.com","login":"sanketsans","count":1},{"name":"Sangwhan Moon","email":"sangwhan@iki.fi","login":"cynthia","count":1},{"name":"WuZhe","email":"31005897+WZMIAOMIAO","login":"WZMIAOMIAO","count":1},{"name":"TengQi Ye","email":"yetengqi@gmail.com","login":"tengerye","count":1},{"name":"Tejan Karmali","email":"tejank10@gmail.com","login":"tejank10","count":1},{"name":"Tee Jung","email":"tee.jung@unfix.net","login":"Tee0125","count":1},{"name":"Taras Savchyn","email":"30748114+trsvchn","login":"trsvchn","count":1},{"name":"Taihyun Hwang","email":"xenosoz.hwang@gmail.com","login":"xenosoz","count":1},{"name":"Syed Raza","email":"61845660+RazaProdigy","login":"RazaProdigy","count":1},{"name":"Sumukh Aithal","email":"46868064+sumukhaithal6","login":"sumukhaithal6","count":1},{"name":"Sugato Ray","email":"sugatoray","login":"sugatoray","count":1},{"name":"Steven Basart","email":"xksteven","login":"xksteven","count":1},{"name":"Stephen Matthews","email":"29377502+stephengmatthews","login":"stephengmatthews","count":1},{"name":"Stefan Baumann","email":"stefan-baumann@outlook.com","login":"stefan-baumann","count":1},{"name":"Sourabh Daptardar","email":"saurabh.daptardar@gmail.com","login":"sourabhd","count":1},{"name":"Sophia Zhi","email":"sophiazhi@gmail.com","login":"sophiazhi","count":1},{"name":"Soham Tamba","email":"sohamtamba@gmail.com","login":"SohamTamba","count":1},{"name":"Sofiane Abbar","email":"sofiane.abbar@gmail.com","login":"vipyoung","count":1},{"name":"So Uchida","email":"s.aiueo32@gmail.com","login":"S-aiueo32","count":1},{"name":"Minh-Long Luu (刘明龙)","email":"minhlong9413@gmail.com","login":"minhlong94","count":1},{"name":"Pithawat Vachiramon","email":"tanvach","login":"tanvach","count":1},{"name":"Mahdi Lamb","email":"mahdilamb@gmail.com","login":"mahdilamb","count":1},{"name":"Tobias Fischer","email":"info@tobiasfischer.info","login":"Tobias-Fischer","count":1},{"name":"shunsuke yokokawa","email":"45687080+yokosyun","login":"yokosyun","count":1},{"name":"scott-vsi","email":"scott.richardson@visionsystemsinc.com","login":"scott-vsi","count":1},{"name":"sclarkson","email":"sclarkson","login":"sclarkson","count":1},{"name":"satojkovic","email":"satojkovic@gmail.com","login":"satojkovic","count":1},{"name":"sam-watts","email":"35522542+sam-watts","login":"sam-watts","count":1},{"name":"rvandeghen","email":"37592623+rvandeghen","login":"rvandeghen","count":1},{"name":"reynoldscem","email":"reynoldscem","login":"reynoldscem","count":1},{"name":"raghuramank100","email":"48835916+raghuramank100","login":"raghuramank100","count":1},{"name":"pblwk","email":"113490383+pblwk","login":"pblwk","count":1},{"name":"oxabz","email":"legmatt0@gmail.com","login":"oxabz","count":1},{"name":"os-gabe","email":"47365564+os-gabe","login":"os-gabe","count":1},{"name":"neoglez","email":"neoglez","login":"neoglez","count":1},{"name":"mpearce25","email":"pearcematthew25@gmail.com","login":"mpearce25","count":1},{"name":"martingasser","email":"martin.gasser@gmail.com","login":"martingasser","count":1},{"name":"lhenault","email":"henault.louis@gmail.com","login":"lhenault","count":1},{"name":"lambdaflow","email":"yuanl5@alumni.cmu.edu","login":"yuanliu939","count":1},{"name":"kwu","email":"wukuan1995@gmail.com","login":"quinwu","count":1},{"name":"SamuelGabriel","email":"Samuel.g.mueller@web.de","login":"SamuelGabriel","count":1},{"name":"kingyiusuen","email":"kingyiusuen@gmail.com","login":"kingyiusuen","count":1},{"name":"江胤佐","email":"40995042+ChiangYintso","login":"ChiangYintso","count":1},{"name":"任广辉","email":"sundrops.ren@gmail.com","login":"Sundrops","count":1},{"name":"キツネさん","email":"sigseg5@protonmail.com","login":"sigseg5","count":1},{"name":"Ștefan Talpalaru","email":"stefantalpalaru@yahoo.com","login":"stefantalpalaru","count":1},{"name":"Ștefan Săftescu","email":"stefan.saftescu@gmail.com","login":"stefanwayon","count":1},{"name":"zzk1st","email":"zzk2006@gmail.com","login":"zzk1st","count":1},{"name":"zhoumingjun","email":"zhoumingjun@gmail.com","login":"zhoumingjun","count":1},{"name":"youkaichao","email":"youkaichao@gmail.com","login":"youkaichao","count":1},{"name":"yaysummeriscoming","email":"pieterluitjens@me.com","login":"yaysummeriscoming","count":1},{"name":"yaox12","email":"yaox12","login":"yaox12","count":1},{"name":"vsuryamurthy","email":"v.sury@fizyr.com","login":"vsuryamurthy","count":1},{"name":"vikramtankasali","email":"39167441+vikramtankasali","login":"vikramtankasali","count":1},{"name":"vcwai","email":"victorcwai@gmail.com","login":"victorcwai","count":1},{"name":"urmi22","email":"34470785+urmi22","login":"urmi22","count":1},{"name":"tvukovic-amd","email":"127323445+tvukovic-amd","login":"tvukovic-amd","count":1},{"name":"theotheo","email":"theotheo","login":"theotheo","count":1},{"name":"tcmyxc","email":"1282494272@qq.com","login":"tcmyxc","count":1},{"name":"taylanbil","email":"taylanbil@gmail.com","login":"taylanbil","count":1},{"name":"dgenzel2","email":"63893845+dgenzel2","login":"dgenzel2","count":1},{"name":"kurtamohler","email":"kmohler@quansight.com","login":"kurtamohler","count":1},{"name":"tanvimoharir","email":"74228962+tanvimoharir","login":"tanvimoharir","count":1},{"name":"talregev","email":"talregev","login":"talregev","count":1},{"name":"cormoran","email":"cormoran707@gmail.com","login":"cormoran","count":1},{"name":"clint (woonhyuk baek)","email":"wbaek.personal@gmail.com","login":"wbaek","count":1},{"name":"clee2000","email":"44682903+clee2000","login":"clee2000","count":1},{"name":"chengjuzhou","email":"chengjuzhou@outlook.com","login":"chengjuzhou","count":1},{"name":"cdzhan","email":"zhancdi@163.com","login":"cdzhan","count":1},{"name":"buckage","email":"60009816+buckage","login":"buckage","count":1},{"name":"bjarzemb","email":"bartlomiej.jarzembinski@intel.com","login":"bjarzemb","count":1},{"name":"beet","email":"20266375+beet-aizu","login":"beet-aizu","count":1},{"name":"bddppq","email":"baidingding7@gmail.com","login":"bddppq","count":1},{"name":"bbowles-personal","email":"44647062+bbowles-personal","login":"bbowles-personal","count":1},{"name":"ashaw596","email":"ashaw596@gmail.com","login":"ashaw596","count":1},{"name":"arturml","email":"artur.aml@gmail.com","login":"arturml","count":1},{"name":"apache2046","email":"apache2046@gmail.com","login":"apache2046","count":1},{"name":"anthony-cabacungan","email":"110057249+anthony-cabacungan","login":"anthony-cabacungan","count":1},{"name":"anguelos","email":"anguelos.nicolaou@gmail.com","login":"anguelos","count":1},{"name":"abdjava","email":"44923912+abdjava","login":"abdjava","count":1},{"name":"Zhu Lin Ch'ng","email":"czl.zhulin@gmail.com","login":"zhulinchng","count":1},{"name":"Zhou Le","email":"zauonlok@gmail.com","login":"zauonlok","count":1},{"name":"Zhiqing Xiao","email":"ZhiqingXiao","login":"ZhiqingXiao","count":1},{"name":"t-rutten","email":"t.rutten15@gmail.com","login":"t-rutten","count":1},{"name":"kbozas","email":"kbozas","login":"kbozas","count":1},{"name":"kaijieshi","email":"1638961687@qq.com","login":"kaijieshi7","count":1},{"name":"junji hashimoto","email":"junjihashimoto","login":"junjihashimoto","count":1},{"name":"julienripoche","email":"julien.ripoche@protonmail.com","login":"julienripoche","count":1},{"name":"joerg-de","email":"61417801+joerg-de","login":"joerg-de","count":1},{"name":"inisis","email":"46103969+inisis","login":"inisis","count":1},{"name":"hysts","email":"hysts","login":"hysts","count":1},{"name":"hirune924","email":"36130517+hirune924","login":"hirune924","count":1},{"name":"haarisr","email":"122410226+haarisr","login":"haarisr","count":1},{"name":"fsavard-eai","email":"46498565+fsavard-eai","login":"fsavard-eai","count":1},{"name":"flauted","email":"dylan.flaute@gmail.com","login":"flauted","count":1},{"name":"dwSun","email":"5899962+dwSun","login":"dwSun","count":1},{"name":"driazati","email":"9407960+driazati","login":"driazati","count":1},{"name":"drhead","email":"1313496+drhead","login":"drhead","count":1},{"name":"Tomas Alori","email":"tomas.alori@gmail.com","login":"tomas1808","count":1},{"name":"Samuel Marks","email":"807580+SamuelMarks","login":"SamuelMarks","count":1},{"name":"Zoltán Böszörményi","email":"zboszor@gmail.com","login":"zboszor","count":1},{"name":"deepsghimire","email":"70006817+deepsghimire","login":"deepsghimire","count":1},{"name":"Jeff Kriske","email":"kriske_jeffery_e@lilly.com","login":"jekriske-lilly","count":1},{"name":"Jay Zhang","email":"36183870+fatcat-z","login":"fatcat-z","count":1},{"name":"JavaZero","email":"71128095+JavaZeroo","login":"JavaZeroo","count":1},{"name":"Jason Chou","email":"chuanchih@gmail.com","login":"EIFY","count":1},{"name":"James Hamm","email":"jameshamm","login":"jameshamm","count":1},{"name":"Jackson Liu","email":"47380172+JacksonLiu-ai","login":"JacksonLiu-ai","count":1},{"name":"Jack Newsom","email":"22900325+jacknewsom","login":"jacknewsom","count":1},{"name":"JMistele","email":"38029678+JMistele","login":"JMistele","count":1},{"name":"Ivan Magazinnik","email":"ivan.magazinnik@intel.com","login":"imagazin-intel","count":1},{"name":"Irvin Ho","email":"8572372+hellowhistler","login":"hellowhistler","count":1},{"name":"IgorSusmelj","email":"igor_7779@hotmail.com","login":"IgorSusmelj","count":1},{"name":"Igor Fedan","email":"igor.fedan@gmail.com","login":"ifedan","count":1},{"name":"Hong-Xing Yu","email":"xKoven@gmail.com","login":"KovenYu","count":1},{"name":"Hollow Man","email":"hollowman@hollowman.ml","login":"HollowMan6","count":1},{"name":"HeungwooLee","email":"93259577+HeungwooLee","login":"HeungwooLee","count":1},{"name":"Henry Xia","email":"henryxia9999@gmail.com","login":"ehnryx","count":1},{"name":"Haswanth Aekula","email":"haswanth.kumar.39@gmail.com","login":"hassiahk","count":1},{"name":"Paul Mulders","email":"justinkb@gmail.com","login":"justinkb","count":1},{"name":"PatrickBue","email":"pabuehle@microsoft.com","login":"PatrickBue","count":1},{"name":"Parth Agarwal","email":"iparthagarwal@gmail.com","login":"parthagar","count":1},{"name":"Oscar Mañas","email":"oscmansan@gmail.com","login":"oscmansan","count":1},{"name":"Olivier Courtin","email":"o@datapink.com","login":"ocourtin","count":1},{"name":"ORippler","email":"oliver.rippel@gmx.de","login":"ORippler","count":1},{"name":"Noopur","email":"41565380+naman1303","login":"naman1303","count":1},{"name":"Nikita","email":"nds-gfk@mail.ru","login":"detkov","count":1},{"name":"Nikhil Kumar","email":"64120577+nikhilkmr300","login":"nikhilkmr300","count":1},{"name":"Nghia","email":"nghiaho12@yahoo.com","login":"nghiaho12","count":1},{"name":"Myosaki","email":"38482240+rayiooo","login":"rayiooo","count":1},{"name":"MultiK","email":"596286458@qq.com","login":"kangkang59812","count":1},{"name":"Mriganka Nath","email":"46323270+mrinath123","login":"mrinath123","count":1},{"name":"Monica Alfaro","email":"mnc537@gmail.com","login":"mnc537","count":1},{"name":"Mohammad (Moe) Rezaalipour","email":"55737536+mohrez86","login":"mohrez86","count":1},{"name":"Minliang Lin","email":"62332477+MinliangLin","login":"MinliangLin","count":1},{"name":"Ebey Abraham","email":"ebey97@gmail.com","login":"ebeyabraham","count":1},{"name":"Duc Nguyen","email":"justanhduc","login":"justanhduc","count":1},{"name":"Jeffery (Zeyu) Zhao","email":"zzy8200@gmail.com","login":"zeruniverse","count":1},{"name":"Haochen Yu","email":"66043167+vilktor370","login":"vilktor370","count":1},{"name":"Kai Arulkumaran","email":"Kaixhin","login":"Kaixhin","count":1},{"name":"KAI ZHAO","email":"6763078+zeakey","login":"zeakey","count":1},{"name":"Josh Levy-Kramer","email":"joshlk","login":"joshlk","count":1},{"name":"Josh Bradley","email":"jgbradley1@gmail.com","login":"jgbradley1","count":1},{"name":"Joseph Macaranas","email":"145489236+amd-jmacaran","login":"amd-jmacaran","count":1},{"name":"Jopo","email":"49716607+jopo666","login":"jopo666","count":1},{"name":"Jonas","email":"jonasotten@posteo.de","login":"sauercrowd","count":1},{"name":"Jon Janzen","email":"jjjonjanzen@gmail.com","login":"bigfootjon","count":1},{"name":"John Detloff","email":"jmdetloff@gmail.com","login":"jmdetloff","count":1},{"name":"Johannes","email":"theodoridis@hdm-stuttgart.de","login":"JohannesTheo","count":1},{"name":"Johan Edstedt","email":"johed950@student.liu.se","login":"Parskatt","count":1},{"name":"Joe Early","email":"joseph.early.ai@gmail.com","login":"JAEarly","count":1},{"name":"Joaquín Alori","email":"joaqo","login":"joaqo","count":1},{"name":"Jithendra Paruchuri","email":"jk.paruchuri@gmail.com","login":"jkparuchuri","count":1},{"name":"Jiren Jin","email":"jinjiren@foxmail.com","login":"JirenJin","count":1},{"name":"Jiaxin Gu","email":"jxgu1016@gmail.com","login":"jxgu1016","count":1},{"name":"Jiawei Liu","email":"jaway.liu@gmail.com","login":"ganler","count":1},{"name":"Furiously Curious","email":"FuriouslyCurious","login":"FuriouslyCurious","count":1},{"name":"Peter Whidden","email":"all.cows.like.to.moo@gmail.com","login":"PWhiddy","count":1},{"name":"Dennis M. Pöpperl","email":"free-software@dm-poepperl.de","login":"ykgmfq","count":1},{"name":"David Morton","email":"davidlmorton","login":"davidlmorton","count":1},{"name":"David Miguel Susano Pinto","email":"carandraug+dev@gmail.com","login":"carandraug","count":1},{"name":"David Chiu","email":"david20571015@gmail.com","login":"david20571015","count":1},{"name":"David Berard","email":"davidberard98@gmail.com","login":"davidberard98","count":1},{"name":"Danny Vilela","email":"dannyofig@gmail.com","login":"dataframing","count":1},{"name":"Daniel Falbel","email":"dfalbel@gmail.com","login":"dfalbel","count":1},{"name":"Daniel Angelov","email":"dani.a.angelov@gmail.com","login":"23pointsNorth","count":1},{"name":"Dan Hendrycks","email":"danielhendrycks@gmail.com","login":"hendrycks","count":1},{"name":"Daksh Jotwani","email":"dakshjotwani@gmail.com","login":"dakshjotwani","count":1},{"name":"CptCaptain","email":"nilskoch@posteo.de","login":"CptCaptain","count":1},{"name":"Clement Joudet","email":"clement.joudet@gmail.com","login":"clemkoa","count":1},{"name":"Alexey Demyanchuk","email":"alexeydemyanchuk@gmail.com","login":"ademyanchuk","count":1},{"name":"Alexandre Ghelfi, PhD","email":"alexandreghelfi@gmail.com","login":"Ghelfi","count":1},{"name":"Alexander Grund","email":"Flamefire","login":"Flamefire","count":1},{"name":"Alex Wei","email":"59217250+alexcjwei","login":"alexcjwei","count":1},{"name":"Alex Lin","email":"75946753+ccongge","login":"ccongge","count":1},{"name":"Alex Alemi","email":"alexalemi@gmail.com","login":"alexalemi","count":1},{"name":"Alessio Falai","email":"falai.alessio@gmail.com","login":"Wadaboa","count":1},{"name":"Alessandro Melis","email":"alemelis","login":"alemelis","count":1},{"name":"Peter Steinbach","email":"p.steinbach@hzdr.de","login":"psteinb","count":1},{"name":"Hangxing Wei","email":"whxway@whu.edu.cn","login":"HSPK","count":1},{"name":"Hang Su","email":"suhangpro@gmail.com","login":"suhangpro","count":1},{"name":"Hamid Zare","email":"12127420+hamidzr","login":"hamidzr","count":1},{"name":"Hadi Kazemi","email":"hadi.kazemi.azad@gmail.com","login":"hadikazemi","count":1},{"name":"Guo","email":"gs0801@foxmail.com","login":"AtomicVar","count":1},{"name":"Guillaume George","email":"lysandergc@gmail.com","login":"LysanderGG","count":1},{"name":"Guanheng George Zhang","email":"6156351+zhangguanheng66","login":"zhangguanheng66","count":1},{"name":"Gu-ni-kim","email":"dldldlfma@gmail.com","login":"dldldlfma","count":1},{"name":"Gouvernathor","email":"44340603+Gouvernathor","login":"Gouvernathor","count":1},{"name":"Gokkulnath TS","email":"Gokkulnath","login":"Gokkulnath","count":1},{"name":"Geovanni Zhang","email":"850734033@qq.com","login":"tczhangzhi","count":1},{"name":"Georg Grab","email":"talkdirty","login":"talkdirty","count":1},{"name":"Gaurav7888","email":"60139335+Gaurav7888","login":"Gaurav7888","count":1},{"name":"Gabriel Bianconi","email":"bianconi.gabriel@gmail.com","login":"GabrielBianconi","count":1},{"name":"G","email":"17325189+GeeCastro","login":"GeeCastro","count":1},{"name":"Dmitrii Petukhov","email":"dimart.sp@gmail.com","login":"dimart","count":1},{"name":"Di Fang","email":"fang-d@outlook.com","login":"fang-d","count":1},{"name":"Dhuige","email":"31347265+Dhuige","login":"Dhuige","count":1},{"name":"Sai Krishna","email":"mendu@iitg.ac.in","login":"themendu","count":1},{"name":"SHU","email":"shinchu","login":"shinchu","count":1},{"name":"Ryan Peach","email":"ryanpeach","login":"ryanpeach","count":1},{"name":"Ruben","email":"rubengaviles@gmail.com","login":"rbngz","count":1},{"name":"RoiEX","email":"8350879+RoiEXLab","login":"RoiEXLab","count":1},{"name":"Robert-Jan Bruintjes","email":"r.j.bruintjes@gmail.com","login":"rjbruin","count":1},{"name":"Robert-André Mauchin","email":"30413512+eclipseo","login":"eclipseo","count":1},{"name":"Richie Bendall","email":"richiebendall@gmail.com","login":"Richienb","count":1},{"name":"Raphaël Courivaud","email":"r.courivaud@gmail.com","login":"rcourivaud","count":1},{"name":"Rajat Jaiswal","email":"76243388+artifiitr","login":"artifiitr","count":1},{"name":"Radek Bartoň","email":"blackhex@post.cz","login":"Blackhex","count":1},{"name":"R. Yao","email":"105953673+rygx","login":"rygx","count":1},{"name":"Qi","email":"dangqi213@163.com","login":"dang-qi","count":1},{"name":"Prajjwal Bhargava","email":"prajjwalin@protonmail.com","login":"prajjwal1","count":1},{"name":"Potter Hsu","email":"potterhsu0818@gmail.com","login":"potterhsu","count":1},{"name":"Po-Hsien Chu","email":"stegben.benjamin@gmail.com","login":"stegben","count":1},{"name":"Piyush Singh","email":"piyush.singh.01123@gmail.com","login":"piyush01123","count":1},{"name":"Karl Ostmo","email":"kostmo@gmail.com","login":"kostmo","count":1},{"name":"Karan Dwivedi","email":"karan.dwivedi42@gmail.com","login":"karandwivedi42","count":1},{"name":"Phoenix Meadowlark","email":"40036383+phoenix-meadowlark","login":"phoenix-meadowlark","count":1},{"name":"Zhuliang Yao","email":"yaozhuliang13@gmail.com","login":"Howal","count":1},{"name":"Luming Tang","email":"happyallen24@gmail.com","login":"Tsingularity","count":1},{"name":"Lukas Bommes","email":"mail@lukasbommes.de","login":"LukasBommes","count":1},{"name":"Liron Ilouz","email":"43831550+ilouzl","login":"ilouzl","count":1},{"name":"Licht Takeuchi","email":"licht-t@outlook.jp","login":"Licht-T","count":1},{"name":"Lewis Patten","email":"lp921@york.ac.uk","login":"CellEight","count":1},{"name":"Leon Sixt","email":"github@leon-sixt.de","login":"berleon","count":1},{"name":"Leon Bottou","email":"leon@bottou.org","login":"leonbottou","count":1},{"name":"Lenz","email":"lorenz.rumberger@gmail.com","login":"JLrumberger","count":1},{"name":"LXYTSOS","email":"LXYTSOS","login":"LXYTSOS","count":1},{"name":"Kushashwa Ravi Shrimali","email":"kushashwaravishrimali@gmail.com","login":"krshrimali","count":1},{"name":"Kushajveer Singh","email":"kushajreal@gmail.com","login":"KushajveerSingh","count":1},{"name":"Kotchin","email":"6894486+kotchin","login":"kotchin","count":1},{"name":"Koen van de Sande","email":"koen@tibed.net","login":"koenvandesande","count":1},{"name":"Kobrin Eli","email":"kobrineli@ispras.ru","login":"kobrineli","count":1},{"name":"Kevin Tse","email":"NivekT","login":"NivekT","count":1},{"name":"Kentaro Yoshioka","email":"meathouse47@gmail.com","login":"kentaroy47","count":1},{"name":"Kazuki Adachi","email":"kazuki.adachi.xy@gmail.com","login":"kzkadc","count":1},{"name":"Mikhail Lobanov","email":"m.lobanov1994@yandex.ru","login":"lobanov-m","count":1},{"name":"Frost Mitchell","email":"frost.mitchell@intel.com","login":"frost-intel","count":1},{"name":"François Darmon","email":"fra.darmon@gmail.com","login":"fdarmon","count":1},{"name":"Francis Charette Migneault","email":"francis.charette.migneault@gmail.com","login":"fmigneault","count":1},{"name":"Feng Yuan","email":"feng1.yuan@intel.com","login":"fengyuan14","count":1},{"name":"Fedor","email":"46398335+f-parfenov","login":"f-parfenov","count":1},{"name":"Fansure Grin","email":"47016740+fansuregrin","login":"fansuregrin","count":1},{"name":"Fang Gao","email":"10386624+msfanggao","login":"msfanggao","count":1},{"name":"Fahri Ali Rahman","email":"fahri.ali.r@mail.ugm.ac.id","login":"alifahrri","count":1},{"name":"Eugene Yurtsev","email":"eyurtsev@gmail.com","login":"eyurtsev","count":1},{"name":"Ethan White (he/him)","email":"ethan@weecology.org","login":"ethanwhite","count":1},{"name":"Ernest Parke","email":"Eparke31415@gmail.com","login":"Choco31415","count":1},{"name":"Emin Orhan","email":"17934496+eminorhan","login":"eminorhan","count":1},{"name":"Eldar Kurtic","email":"eldar.ciki@gmail.com","login":"eldarkurtic","count":1},{"name":"Elad Hoffer","email":"elad.hoffer@gmail.com","login":"eladhoffer","count":1},{"name":"Ehsan","email":"ehsan.shafiei@bleenco.com","login":"aestuans","count":1},{"name":"Edouard Oyallon","email":"edouard.oyallon@ens.fr","login":"edouardoyallon","count":1},{"name":"Edgar Simo-Serra","email":"bobbens@gmail.com","login":"bobbens","count":1},{"name":"Harish Kulkarni","email":"harishsk","login":"harishsk","count":1},{"name":"Kai Wana","email":"1602708828@qq.com","login":"kkaiwwana","count":1},{"name":"Dhananjay","email":"cs17btech11014@iith.ac.in","login":"dhananjayraut","count":1},{"name":"Samuel Fadel","email":"samuelfadel@gmail.com","login":"fadel","count":1},{"name":"Michał Zientkiewicz","email":"mzient@gmail.com","login":"mzient","count":1},{"name":"Michael Jungo","email":"michaeljungo92@gmail.com","login":"jungomi","count":1},{"name":"Mayanand","email":"72348797+yMayanand","login":"yMayanand","count":1},{"name":"Max Lübbering","email":"le1nux","login":"le1nux","count":1},{"name":"Max Joseph","email":"maxwellbjoseph@gmail.com","login":"mbjoseph","count":1},{"name":"Max Chuprov","email":"maxchup30@gmail.com","login":"AetelFinch","count":1},{"name":"Matthew Yeung","email":"yyygggfff@hotmail.com","login":"matthewygf","count":1},{"name":"Matheus Centa","email":"55272933+mmcenta","login":"mmcenta","count":1},{"name":"MateuszGuzek","email":"48548729+MateuszGuzek","login":"MateuszGuzek","count":1},{"name":"Masahiro Masuda","email":"masahi129@gmail.com","login":"masahi","count":1},{"name":"Maruth Goyal","email":"maruthgoyal@gmail.com","login":"maruthgoyal","count":1},{"name":"Martin Raison","email":"martinraison","login":"martinraison","count":1},{"name":"Martin","email":"martin.ku@skysource.com.tw","login":"martin0258","count":1},{"name":"Marko Kohtala","email":"marko.kohtala@gmail.com","login":"kohtala","count":1},{"name":"Marijan Smetko","email":"marijansmetko123@gmail.com","login":"InCogNiTo124","count":1},{"name":"Maohua Li","email":"91643087+Met4physics","login":"Met4physics","count":1},{"name":"Harsh Rangwani","email":"harsh.rangwani.cse15@itbhu.ac.in","login":"rangwani-harsh","count":1},{"name":"Jerry Zhang","email":"jerryzh@fb.com","login":"jerryzh168","count":1},{"name":"Jeremy Reizenstein","email":"bottler","login":"bottler","count":1}],"total_commits":4015,"total_committers":626,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":6.413738019169329,"dds":0.8368617683686177,"past_year_committers":[{"name":"Nicolas Hug","email":"nh.nicolas.hug@gmail.com","login":"NicolasHug","count":104},{"name":"Andrey Talman","email":"atalman@fb.com","login":"atalman","count":18},{"name":"GdoongMathew","email":"gdoongmathew@gmail.com","login":"GdoongMathew","count":15},{"name":"Antoine Simoulin","email":"antoinesimoulin@fb.com","login":"AntoineSimoulin","count":4},{"name":"Sergii Dymchenko","email":"sdym@meta.com","login":"kit1980","count":3},{"name":"deekay42","email":"38117478+deekay42","login":"deekay42","count":3},{"name":"venkatram-dev","email":"45727389+venkatram-dev","login":"venkatram-dev","count":3},{"name":"amdfaa","email":"107946068+amdfaa","login":"amdfaa","count":2},{"name":"Wang, Chuanqi","email":"chuanqi.wang@intel.com","login":"chuanqi129","count":2},{"name":"Nikita Shulga","email":"2453524+malfet","login":"malfet","count":2},{"name":"Huy Do","email":"huydhn@gmail.com","login":"huydhn","count":2},{"name":"Andreas Floros","email":"77194848+andreasfloros","login":"andreasfloros","count":2},{"name":"Adam J. Stewart","email":"ajstewart426@gmail.com","login":"adamjstewart","count":2},{"name":"Hangxing Wei","email":"whxway@whu.edu.cn","login":"HSPK","count":1},{"name":"Frost Mitchell","email":"frost.mitchell@intel.com","login":"frost-intel","count":1},{"name":"Feng Yuan","email":"feng1.yuan@intel.com","login":"fengyuan14","count":1},{"name":"Fangjun Kuang","email":"csukuangfj@gmail.com","login":"csukuangfj","count":1},{"name":"Emin Orhan","email":"17934496+eminorhan","login":"eminorhan","count":1},{"name":"Ehsan","email":"ehsan.shafiei@bleenco.com","login":"aestuans","count":1},{"name":"Edward Z. Yang","email":"ezyang@meta.com","login":"ezyang","count":1},{"name":"David Miguel Susano Pinto","email":"carandraug+dev@gmail.com","login":"carandraug","count":1},{"name":"Brizar","email":"1500595+bmmtstb","login":"bmmtstb","count":1},{"name":"Bhavay Malhotra","email":"56443877+Bhavay-2001","login":"Bhavay-2001","count":1},{"name":"Beh Chuen Yang","email":"depictiger@gmail.com","login":"N00bcak","count":1},{"name":"Aurélien Geron","email":"ageron","login":"ageron","count":1},{"name":"Antoine Broyelle","email":"f.broyelle@gmail.com","login":"antoinebrl","count":1},{"name":"Alfredo Tupone","email":"tupone@gentoo.org","login":"atupone","count":1},{"name":"Alexandre Ghelfi, PhD","email":"alexandreghelfi@gmail.com","login":"Ghelfi","count":1},{"name":"Aditya Kamath","email":"118170220+KamathForAIX","login":"KamathForAIX","count":1},{"name":"Ștefan Talpalaru","email":"stefantalpalaru@yahoo.com","login":"stefantalpalaru","count":1},{"name":"vfdev","email":"vfdev.5@gmail.com","login":"vfdev-5","count":1},{"name":"tvukovic-amd","email":"127323445+tvukovic-amd","login":"tvukovic-amd","count":1},{"name":"sclarkson","email":"sclarkson","login":"sclarkson","count":1},{"name":"pblwk","email":"113490383+pblwk","login":"pblwk","count":1},{"name":"haarisr","email":"122410226+haarisr","login":"haarisr","count":1},{"name":"drhead","email":"1313496+drhead","login":"drhead","count":1},{"name":"cyyever","email":"cyyever@outlook.com","login":"cyyever","count":1},{"name":"clee2000","email":"44682903+clee2000","login":"clee2000","count":1},{"name":"bjarzemb","email":"bartlomiej.jarzembinski@intel.com","login":"bjarzemb","count":1},{"name":"Zain Rizvi","email":"ZainRizvi","login":"ZainRizvi","count":1},{"name":"Yonghye Kwon","email":"developer.0hye@gmail.com","login":"developer0hye","count":1},{"name":"Yichen Yan","email":"oraluben@outlook.com","login":"oraluben","count":1},{"name":"Wenchen Li","email":"9028430+neo","login":"neo","count":1},{"name":"Stefan Baumann","email":"stefan-baumann@outlook.com","login":"stefan-baumann","count":1},{"name":"Siddarth Ijju","email":"sidijju@gmail.com","login":"sidijju","count":1},{"name":"Ruben","email":"rubengaviles@gmail.com","login":"rbngz","count":1},{"name":"Robert-André Mauchin","email":"30413512+eclipseo","login":"eclipseo","count":1},{"name":"Richie Bendall","email":"richiebendall@gmail.com","login":"Richienb","count":1},{"name":"Richard Zou","email":"zou3519","login":"zou3519","count":1},{"name":"R. Yao","email":"105953673+rygx","login":"rygx","count":1},{"name":"Noopur","email":"41565380+naman1303","login":"naman1303","count":1},{"name":"Masahiro Hiramori","email":"Hiramori.Masahiro@ct.MitsubishiElectric.co.jp","login":"mshr-h","count":1},{"name":"Martin","email":"martin.ku@skysource.com.tw","login":"martin0258","count":1},{"name":"Maohua Li","email":"91643087+Met4physics","login":"Met4physics","count":1},{"name":"Mahdi Lamb","email":"mahdilamb@gmail.com","login":"mahdilamb","count":1},{"name":"Li-Huai (Allan) Lin","email":"qqaatw@gmail.com","login":"qqaatw","count":1},{"name":"Joseph Macaranas","email":"145489236+amd-jmacaran","login":"amd-jmacaran","count":1},{"name":"Jason Chou","email":"chuanchih@gmail.com","login":"EIFY","count":1},{"name":"Jack Newsom","email":"22900325+jacknewsom","login":"jacknewsom","count":1},{"name":"AJS Payne","email":"git@aksan.dev","login":"AksanDotDev","count":1}],"past_year_total_commits":209,"past_year_total_committers":60,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":3.4833333333333334,"past_year_dds":0.5023923444976077,"last_synced_at":"2025-05-07T20:16:58.629Z","last_synced_commit":"5f03dc524bdb7529bb4f2e84d2d8c237233fc62a","created_at":"2023-03-07T09:44:12.491Z","updated_at":"2025-07-09T02:54:33.169Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-14T00:00:13.429Z","repositories_count":5478255,"commits_count":853214284,"contributors_count":31091421,"owners_count":906509,"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":"pytorch/vision","html_url":"https://github.com/pytorch/vision","last_synced_at":"2025-09-07T00:01:42.350Z","status":null,"issues_count":827,"pull_requests_count":1304,"avg_time_to_close_issue":8788689.408791209,"avg_time_to_close_pull_request":2206734.1858076565,"issues_closed_count":455,"pull_requests_closed_count":1071,"pull_request_authors_count":230,"issue_authors_count":495,"avg_comments_per_issue":3.0048367593712215,"avg_comments_per_pull_request":2.1265337423312882,"merged_pull_requests_count":830,"bot_issues_count":25,"bot_pull_requests_count":0,"past_year_issues_count":278,"past_year_pull_requests_count":455,"past_year_avg_time_to_close_issue":1113883.6403508773,"past_year_avg_time_to_close_pull_request":661159.8528528529,"past_year_issues_closed_count":114,"past_year_pull_requests_closed_count":333,"past_year_pull_request_authors_count":88,"past_year_issue_authors_count":146,"past_year_avg_comments_per_issue":0.7949640287769785,"past_year_avg_comments_per_pull_request":1.7164835164835166,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":278,"created_at":"2023-05-10T11:06:22.870Z","updated_at":"2025-09-07T00:01:42.352Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytorch%2Fvision/issues","issue_labels_count":{"module: datasets":55,"bug":50,"module: transforms":31,"enhancement":27,"module: models":21,"help wanted":20,"question":15,"needs discussion":15,"new feature":14,"dependency issue":11,"topic: object detection":11,"module: documentation":10,"module: ci":10,"topic: build":9,"module: ops":9,"module: io":9,"topic: binaries":8,"high priority":6,"module: reference scripts":6,"triage review":5,"prototype":5,"module: onnx":5,"awaiting response":4,"wontfix":4,"cla signed":4,"module: video":4,"needs reproduction":4,"module: c++ frontend":4,"module: tests":3,"core issue":3,"duplicate":3,"module: rocm":2,"windows":2,"triaged":2,"release-issue":2,"module: hub":2,"pt2":2,"version incompatibility":1,"Perf":1,"topic: classification":1,"module: models.quantization":1,"deprecation":1,"topic: feature extraction":1,"torchscript":1,"code quality":1,"weights":1,"module: vision":1,"topic: semantic segmentation":1,"module: tv_tensors":1},"pull_request_labels_count":{"cla signed":1148,"enhancement":209,"module: transforms":143,"code quality":96,"module: documentation":86,"module: tests":70,"bug":61,"module: io":50,"module: datasets":50,"other":46,"module: ci":36,"module: ops":27,"module: models":24,"new feature":19,"topic: build":13,"module: reference scripts":13,"module: utils":11,"dependency issue":10,"pt2":9,"prototype":9,"fb-exported":8,"module: rocm":7,"ciflow/default":6,"module: video":6,"core issue":6,"deprecation":5,"ci-no-td":4,"ciflow/rocm":3,"Perf":3,"module: tv_tensors":3,"topic: binaries":3,"topic: object detection":2,"module: datapoints":2,"topic: feature extraction":2,"ciflow/nightly":2,"run-extended":2,"with-ssh":2,"release-issue":1,"module: onnx":1,"awaiting response":1,"revert(ed)":1,"ciflow/binaries/all":1,"topic: mobile":1},"issue_author_associations_count":{"NONE":616,"MEMBER":95,"CONTRIBUTOR":92,"COLLABORATOR":24},"pull_request_author_associations_count":{"MEMBER":518,"CONTRIBUTOR":401,"NONE":230,"COLLABORATOR":155},"issue_authors":{"hyperkai":108,"NicolasHug":90,"github-actions[bot]":25,"pmeier":21,"atalman":13,"yurivict":7,"adamjstewart":6,"talcs":5,"Egorundel":4,"datumbox":4,"tchaton":4,"gau-nernst":4,"david-csnmedia":3,"Tomsen1410":3,"vadimkantorov":3,"GdoongMathew":3,"darian69":3,"fmassa":3,"N00bcak":2,"agunapal":2,"fang-d":2,"Chiptun3r":2,"rit7897":2,"malfet":2,"davidgill97":2,"SuriyaaMM":2,"gjmhmm8":2,"sadra-barikbin":2,"crazyboy9103":2,"hassonofer":2,"1andDone":2,"mjack3":2,"Navoditamathur":2,"rb-synth":2,"nehdiii":2,"vfdev-5":2,"jawi289o":2,"bschindler":2,"mantasu":2,"trawler0":2,"bhack":2,"zshn25":2,"dhruvbird":2,"liopeer":2,"NorseGaud":2,"yassineAlouini":2,"ranjaniocl":2,"ajindal1":2,"rizavelioglu":2,"brando90":2,"FiReTiTi":2,"asusdisciple":2,"manavkulshrestha":2,"heth27":2,"ptrblck":2,"lambda-shuttle":2,"sidijju":2,"oke-aditya":2,"DavidFM43":2,"kevinMEH":1,"foreverfc1994":1,"MKlmt":1,"kashf99":1,"peterjc123":1,"chadrockey":1,"lixirui142":1,"goldfishsound":1,"rehno-lindeque":1,"longyuxi":1,"robwijnhoven":1,"H4nz0u":1,"SUSIEE01":1,"AntoineSimoulin":1,"4davo":1,"AnimeshMaheshwari22":1,"abstractionmage":1,"davidjaw":1,"pblwk":1,"AndrewTsao":1,"saiarthiraguram":1,"zhy007a":1,"Stochastic13":1,"congbrian":1,"adv010":1,"Donalcon":1,"bjourne":1,"boubezariali":1,"RuRo":1,"yoshitomo-matsubara":1,"FindHao":1,"dtafler":1,"RickLuiken":1,"WangXinYi111":1,"DaBaiTuu":1,"Chen-Bo-Yang":1,"wemoveon2":1,"mduszyk":1,"ain-soph":1,"farresti":1,"RiverLight4":1,"FlintWangacc":1,"ajayrfhp":1,"lukazso":1,"sungyeon-neubla":1,"Lily-Git-hub":1,"JohnCarpenter2":1,"blunderedbishop":1,"skier233":1,"aimrgni":1,"oekosheri":1,"ABCCASa":1,"Linhengyang":1,"vinnamkim":1,"priba":1,"ExploreUniverser":1,"iqbal-h":1,"ningziwen":1,"voegtlel":1,"Alexandre-SCHOEPP":1,"stephen-huan":1,"LiYufengzz":1,"Changlin-Lee":1,"Xact-sniper":1,"shv07":1,"Romeo-CC":1,"jenellemillison":1,"WilliamRoyNelson":1,"prajjwal1":1,"smivv":1,"Kunaldawn7":1,"Subhankhan41":1,"ORippler":1,"MoPl90":1,"rsdmse":1,"jeff-zimmerman":1,"puraminy":1,"rsokl":1,"wm901115nwpu":1,"danielgordon10":1,"antoinebrl":1,"huang3527":1,"davidpicard":1,"Tortoise0Knight":1,"FrancescoSaverioZuppichini":1,"HamidShojanazeri":1,"TonFard":1,"Isalia20":1,"DesuDesu1":1,"Serenagirl":1,"izaitsevfb":1,"ayasar70":1,"sau-arv-gul":1,"rrmina":1,"turbotimon":1,"HaotianHuang":1,"nagadomi":1,"rudolfwilliam":1,"lyuwenyu":1,"devillove084":1,"stmcgovern":1,"IamMohitM":1,"ponponon":1,"FurkanGozukara":1,"lorenzomassimiani":1,"adaGrad1":1,"hyperfraise":1,"hvaara":1,"ScanFun":1,"mahmoodn":1,"songyuc":1,"ksv87":1,"muhamadnursyami":1,"sirtris":1,"Swarzkopf314":1,"agm-eratosth":1,"heldJan":1,"tttyuntian":1,"muirjm":1,"imagazin-intel":1,"alperenunlu":1,"ImahnShekhzadeh":1,"oraluben":1,"pczarnik":1,"Kandreas9":1,"Yura52":1,"psFournier":1,"CircuitsOfAIM":1,"hamoudyounesyounes":1,"imkasen":1,"sudhanshu2198":1,"agirault":1,"NSalberg":1,"V0XNIHILI":1,"segmented3245":1,"lxr2":1,"lsc64":1,"sclarkson":1,"mibaumgartner":1,"twsl":1,"joshestein":1,"mlDaddy":1,"Aneesh-Sandhir":1,"troymyname":1,"voldemortX":1,"chulminkw":1,"SeucheAchat9115":1,"YJagger23":1,"justinxzhao":1,"ichamatidis":1,"jameszhouyi":1,"goldwater668":1,"aviadb":1,"Guitaricet":1,"HSPK":1,"TweaknGeek":1,"xvdp":1,"jeremyfix":1,"MontassarTn":1,"swaminathanrahul":1,"jdenholm":1,"8uurg":1,"Atharva-Phatak":1,"Heni-Loukil":1,"dllu":1,"Morris-Chen007":1,"chinglamchoi":1,"isega24":1,"jsilter":1,"jiangsu415":1,"byronverzmoter":1,"elkay":1,"davideboschetto":1,"DLumi":1,"Parskatt":1,"TeodorPoncu":1,"SH2282000":1,"Isaac-Hirsch":1,"genji970":1,"geezah":1,"bukhalmae145":1,"sebsken":1,"sandeepgupta12":1,"lordsoffallen":1,"irtez":1,"sujitwarrier11":1,"alexkoltun":1,"efahnestock":1,"Brokttv":1,"das-intensity":1,"Maninae":1,"PierreQuinton":1,"Miladiouss":1,"ternaus":1,"4pygmalion":1,"carandraug":1,"FranciscoPark":1,"EIFY":1,"Haknrven":1,"ChristophReich1996":1,"noreen-walker":1,"KamathForAIX":1,"SangbumChoi":1,"alinpahontu2912":1,"hzhz2020":1,"zainlau":1,"ChuanqiXu9":1,"juliomilani":1,"amitpant7":1,"IzanCatalan":1,"frank690":1,"KBlansit":1,"Flippchen":1,"srasmussenvl":1,"MalteEbner":1,"sramshetty":1,"luizfernando608":1,"yz4322gly":1,"Whiax":1,"RishiMalhotra920":1,"Balocre":1,"Neoyning":1,"seafolk-cn":1,"cajoek":1,"yophis":1,"siddharth9820":1,"ArtjomUEA":1,"Caspeerrr":1,"arturandre":1,"SLchowis":1,"ksachdeva":1,"FabianSchuetze":1,"Borda":1,"t-vi":1,"marcobarbierato":1,"hjinlee88":1,"tms2003":1,"shinobiultra":1,"Inforeon":1,"carlostojal":1,"jacknewsom":1,"mingfeima":1,"loomlike":1,"julienripoche":1,"adamzenith":1,"mortal-Zero":1,"scalyvladimir":1,"KAVYANSHTYAGI":1,"roboticswithamir":1,"esarf":1,"5464jmy":1,"alanjeffares":1,"woongjoonchoi":1,"subhankhan041":1,"elmuz":1,"igrekun":1,"oliverdain":1,"mmxmb":1,"AndreasKaratzas":1,"ehratjon":1,"kk3dmax":1,"developer0hye":1,"RiddleMa":1,"ageron":1,"gurdeepmaurya":1,"donglihe-hub":1,"AlirezaShk":1,"manmani3":1,"ScottTodd":1,"Algorithmist-Girl":1,"mkisantal":1,"eflorico":1,"abdullahejazjanjua":1,"17sarf":1,"sohamroy2538":1,"BenjaminPoole":1,"jayrmh":1,"v4if":1,"rbavery":1,"jneuendorf":1,"nlgranger":1,"mattpopovich":1,"kazemSafari":1,"cchan-lm":1,"Nuno-Mota":1,"netw0rkf10w":1,"hmwkallmeyer":1,"lucasjinreal":1,"JillCakmak":1,"eminorhan":1,"zyq213":1,"shin04":1,"neuralsandwich":1,"elyall":1,"gyf304":1,"axmav":1,"jakirkham":1,"astaff":1,"innat":1,"zhulinchng":1,"benchd":1,"golnaz-hs":1,"taqta":1,"JSchuerz":1,"Richienb":1,"RylanSchaeffer":1,"furqan915":1,"OpenJarvisAI":1,"AlexanderZatserkovnyy":1,"Flova":1,"frankier":1,"ganessh22":1,"SpecLad":1,"Fchaubard":1,"IMG-PRCSNG":1,"bobby-leaficient":1,"occipita":1,"cholland-nv":1,"xXBasti":1,"ankit396":1,"chenxingqiang":1,"MaKaNu":1,"ilouzl":1,"twoertwein":1,"ZoranPandovski":1,"jiangxingxian":1,"venkatram-dev":1,"DraBard":1,"yokosyun":1,"binarynoise":1,"henrykironde":1,"facug91":1,"bglocker":1,"towzeur":1,"JBethay":1,"hmaarrfk":1,"Ghelfi":1,"smeet2804":1,"shaharec":1,"atharvas":1,"ccblublu":1,"iacolippo":1,"humphreyde":1,"supershiye":1,"marcown":1,"taesiri":1,"Ramtin-Nouri":1,"2331892928":1,"shaibagon":1,"rumpg":1,"bjuncek":1,"nicolas-dufour":1,"wincent8":1,"zhiqwang":1,"lqrhy3":1,"tobaiMS":1,"ducha-aiki":1,"david20571015":1,"andreasfloros":1,"tsahiasher":1,"vritansh":1,"chr-wei":1,"ghost":1,"MohamedAliRashad":1,"HenryZNNUE":1,"qizhen816":1,"Force1ess":1,"Met4physics":1,"ArpanGyawali":1,"zsef123":1,"aliceinland":1,"sanchitintel":1,"Tal-Golan":1,"ginlov":1,"FeiFanMoKe":1,"N-Friederich":1,"arunmallya":1,"landoskape":1,"CanelasGithub":1,"631068264":1,"shanalikhan":1,"eugeneteoh":1,"CompRhys":1,"Stonepia":1,"cwestergren":1,"sungchul2":1,"leizhenyuan":1,"anirudh6415":1,"winnie128":1,"Fleyderer":1,"EyalMichaeli":1,"ivanstepanovftw":1,"oliver-batchelor":1,"david-stojanovski":1,"MarcSzafraniec":1,"ppwwyyxx":1,"noivan0":1,"dpinol":1,"progsi":1,"matlabninja":1,"frotaur":1,"JiangMei0201":1,"AndreaTantucci":1,"sarmientoj24":1,"achariso":1,"skrbnv":1,"JonasKlotz":1,"lida2003":1,"junpuf":1,"AndreiMoraru123":1,"ezyang":1,"nexplor":1,"avinassh":1,"abionics":1,"seymurkafkas":1,"sanghunpark":1,"ErikDerGute":1,"xuanqing94":1,"theahura":1,"alex96295":1,"bmmtstb":1,"isxrh":1,"joshlk":1,"scm-aiml":1,"xvjiarui":1,"Andy-R4P":1,"mbadal1996":1,"chaoer":1,"kero-ly":1,"Ezra-Yu":1,"v-iashin":1,"aguadopd":1,"nadinator":1,"Ieunn":1,"rmchurch":1,"yaoshiang":1},"pull_request_authors":{"NicolasHug":475,"pmeier":125,"atalman":94,"GdoongMathew":32,"vfdev-5":26,"AntoineSimoulin":26,"ahmadsharif1":22,"deekay42":18,"kit1980":16,"malfet":14,"venkatram-dev":12,"ezyang":9,"huydhn":9,"scotts":8,"adamjstewart":7,"ZainRizvi":7,"alinpahontu2912":6,"chuanqi129":6,"bmmtstb":5,"clee2000":5,"developer0hye":5,"DanilBaibak":5,"qqaatw":4,"nihui":4,"Mhddaraaa":4,"frost-intel":4,"pblwk":4,"abhi-glitchhg":4,"matlabninja":4,"andreasfloros":4,"amdfaa":4,"csukuangfj":4,"zshn25":4,"adamtheturtle":4,"zhulinchng":4,"gau-nernst":4,"cyyever":3,"osalpekar":3,"GsnMithra":3,"mantasu":3,"oraluben":3,"qlzh727":3,"AksanDotDev":3,"JBarmentlo":3,"hvaara":3,"ChristophReich1996":3,"Ghelfi":2,"AlannaBurke":2,"sklum":2,"KamathForAIX":2,"amd-jmacaran":2,"sidijju":2,"atupone":2,"EIFY":2,"aljkor":2,"exclamaforte":2,"geezah":2,"cdzhan":2,"GeeCastro":2,"neo":2,"sun-jiao":2,"rbngz":2,"JulianMller":2,"dhruvbird":2,"stefan-baumann":2,"rounak890":2,"atharvas":2,"mahdilamb":2,"real-ojaswi":2,"tsahiasher":2,"jansel":2,"stefantalpalaru":2,"mrdbourke":2,"Isalia20":2,"ConnorBaker":2,"kevinMEH":2,"talcs":2,"hijarian":2,"datumbox":2,"carandraug":2,"sclarkson":2,"imkasen":2,"alperenunlu":2,"zou3519":2,"drhead":2,"fengyuan14":2,"bjarzemb":2,"SeanScripts":2,"vilktor370":2,"Parskatt":2,"HSPK":2,"youcefouadjer":2,"Zekrom-7780":2,"joshestein":2,"pczarnik":2,"hmk114":2,"RazaProdigy":2,"Richienb":2,"prrathi":2,"ion-linti":2,"noopurintel":2,"mpearce25":2,"eminorhan":2,"david20571015":2,"ancestor-mithril":2,"yipjustin":2,"claudemircasa":2,"rwightman":2,"N00bcak":2,"dldldlfma":2,"goldfishsound":2,"Coloquinte":2,"chengolivia":2,"Anner-deJong":2,"eclipseo":2,"ctr26":2,"BoyuanFeng":2,"parth-shastri":2,"twsl":2,"kafmws":2,"nlgranger":2,"Floyd2yh":2,"MalumaDev":2,"naeem-md93":2,"jeanschmidt":2,"mshr-h":2,"ivysochyn":2,"elmuz":2,"KAVYANSHTYAGI":2,"jacknewsom":2,"Alexandre-SCHOEPP":2,"zboszor":2,"tstatler":2,"naman1303":2,"vbarrielle":2,"sanchitintel":2,"Met4physics":2,"ducha-aiki":2,"hmaarrfk":2,"r-barnes":2,"chrisyeh96":2,"TilmannR":2,"5had3z":2,"tvukovic-amd":2,"aestuans":2,"ageron":2,"RhutvikH":2,"V0XNIHILI":2,"GuoZhiBin2014":1,"sam-watts":1,"wangg12":1,"MovsisyanM":1,"suneeta-mall":1,"FeiFanMoKe":1,"nehdiii":1,"rizavelioglu":1,"JonasKlotz":1,"iaoqian":1,"dchatel":1,"naveentnj":1,"moghadas76":1,"EyalMichaeli":1,"imagazin-intel":1,"rb-synth":1,"dcasbol":1,"Stonepia":1,"mthrok":1,"emmanuel-ferdman":1,"qthequartermasterman":1,"nvs-abhilash":1,"haarisr":1,"stmcgovern":1,"ARHPA":1,"arunsathiya":1,"TonyCongqianWang":1,"bhack":1,"chunyuan-w":1,"drivanov":1,"JonnaMat":1,"zklaus":1,"JavaZeroo":1,"CptCaptain":1,"ykgmfq":1,"justinchuby":1,"justinkb":1,"lcskrishna":1,"dvidgar":1,"ain-soph":1,"frgfm":1,"bryant1410":1,"Gownta":1,"Sentient07":1,"stadlmax":1,"rdong8":1,"Bhavay-2001":1,"usahospitals":1,"thiagocrepaldi":1,"ptrblck":1,"842974287":1,"junjihashimoto":1,"alexcjwei":1,"priba":1,"ilouzl":1,"get9":1,"hgaiser":1,"Tobias-Fischer":1,"siddharth9820":1,"pri1311":1,"rygx":1,"seemethere":1,"martin0258":1,"MinliangLin":1,"Chiptun3r":1,"joshlk":1,"yokosyun":1,"barrh":1,"edgarriba":1,"dongkyunk":1,"husthyc":1,"ambujpawar":1,"larryliu0820":1,"senarvi":1,"NSalberg":1,"jeffdaily":1,"mechaot":1,"varunagrawal":1,"SdgJlbl":1,"yassineAlouini":1,"RSMung":1,"yesung31":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10155455,"issues_count":32068203,"pull_requests_count":100067401,"authors_count":10724449,"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":{"bug":4,"cla signed":2,"module: rocm":1,"topic: build":1,"module: transforms":1,"question":1},"past_year_pull_request_labels_count":{"cla signed":363,"enhancement":53,"module: transforms":21,"module: documentation":20,"module: datasets":17,"code quality":12,"topic: build":10,"bug":10,"module: io":8,"other":8,"module: models":8,"new feature":5,"ci-no-td":4,"module: ops":3,"module: utils":3,"fb-exported":2,"module: rocm":2,"with-ssh":2,"module: reference scripts":2,"ciflow/binaries/all":1,"module: tests":1,"module: ci":1,"deprecation":1,"module: tv_tensors":1},"past_year_issue_author_associations_count":{"NONE":242,"CONTRIBUTOR":23,"MEMBER":13},"past_year_pull_request_author_associations_count":{"MEMBER":180,"CONTRIBUTOR":166,"NONE":101,"COLLABORATOR":8},"past_year_issue_authors":{"hyperkai":108,"NicolasHug":12,"yurivict":4,"atalman":4,"talcs":3,"nehdiii":2,"davidgill97":2,"liopeer":2,"GdoongMathew":2,"NorseGaud":2,"SuriyaaMM":2,"nagadomi":1,"Navoditamathur":1,"Neoyning":1,"oliverdain":1,"OpenJarvisAI":1,"oraluben":1,"pblwk":1,"pczarnik":1,"psFournier":1,"ptrblck":1,"RiddleMa":1,"RiverLight4":1,"jneuendorf":1,"JonasKlotz":1,"jsilter":1,"KamathForAIX":1,"KAVYANSHTYAGI":1,"lida2003":1,"Linhengyang":1,"longyuxi":1,"lordsoffallen":1,"MaKaNu":1,"malfet":1,"marcobarbierato":1,"mduszyk":1,"Met4physics":1,"MKlmt":1,"Morris-Chen007":1,"muhamadnursyami":1,"rmchurch":1,"Stochastic13":1,"Stonepia":1,"subhankhan041":1,"sudhanshu2198":1,"sujitwarrier11":1,"tsahiasher":1,"tttyuntian":1,"turbotimon":1,"twsl":1,"V0XNIHILI":1,"v4if":1,"venkatram-dev":1,"WangXinYi111":1,"xvdp":1,"yaoshiang":1,"yassineAlouini":1,"zyq213":1,"rumpg":1,"RuRo":1,"saiarthiraguram":1,"sandeepgupta12":1,"sau-arv-gul":1,"scalyvladimir":1,"ScottTodd":1,"Serenagirl":1,"seymurkafkas":1,"SH2282000":1,"shanalikhan":1,"shin04":1,"skrbnv":1,"sohamroy2538":1,"srasmussenvl":1,"stephen-huan":1,"stmcgovern":1,"bjourne":1,"bobby-leaficient":1,"boubezariali":1,"Brokttv":1,"bschindler":1,"bukhalmae145":1,"cajoek":1,"ccblublu":1,"Chen-Bo-Yang":1,"Chiptun3r":1,"cholland-nv":1,"ChuanqiXu9":1,"chulminkw":1,"congbrian":1,"crazyboy9103":1,"danielgordon10":1,"das-intensity":1,"H4nz0u":1,"2331892928":1,"5464jmy":1,"631068264":1,"abdullahejazjanjua":1,"abionics":1,"adamjstewart":1,"ageron":1,"agirault":1,"aguadopd":1,"Alexandre-SCHOEPP":1,"alinpahontu2912":1,"alperenunlu":1,"AndreiMoraru123":1,"AndrewTsao":1,"Andy-R4P":1,"Aneesh-Sandhir":1,"AntoineSimoulin":1,"Balocre":1,"hassonofer":1,"henrykironde":1,"HSPK":1,"huang3527":1,"humphreyde":1,"hvaara":1,"hzhz2020":1,"IMG-PRCSNG":1,"Isaac-Hirsch":1,"Isalia20":1,"isega24":1,"IzanCatalan":1,"jameszhouyi":1,"jawi289o":1,"jeff-zimmerman":1,"jiangsu415":1,"jiangxingxian":1,"developer0hye":1,"DLumi":1,"donglihe-hub":1,"dpinol":1,"ducha-aiki":1,"EIFY":1,"elyall":1,"fang-d":1,"FeiFanMoKe":1,"FiReTiTi":1,"FlintWangacc":1,"Flippchen":1,"FurkanGozukara":1,"geezah":1,"genji970":1,"Ghelfi":1,"goldfishsound":1,"gyf304":1},"past_year_pull_request_authors":{"NicolasHug":146,"atalman":42,"GdoongMathew":32,"AntoineSimoulin":26,"malfet":12,"kit1980":10,"venkatram-dev":9,"scotts":8,"ZainRizvi":7,"alinpahontu2912":6,"deekay42":4,"developer0hye":4,"chuanqi129":4,"frost-intel":4,"clee2000":4,"amdfaa":4,"pblwk":4,"qlzh727":3,"hvaara":3,"oraluben":3,"goldfishsound":2,"Isalia20":2,"mrdbourke":2,"yipjustin":2,"bjarzemb":2,"stefantalpalaru":2,"cyyever":2,"jansel":2,"chengolivia":2,"ancestor-mithril":2,"hijarian":2,"AlannaBurke":2,"HSPK":2,"KamathForAIX":2,"EIFY":2,"exclamaforte":2,"geezah":2,"BoyuanFeng":2,"JBarmentlo":2,"youcefouadjer":2,"twsl":2,"V0XNIHILI":2,"RhutvikH":2,"pczarnik":2,"alperenunlu":2,"hmk114":2,"ducha-aiki":2,"5had3z":2,"atupone":2,"tvukovic-amd":2,"Alexandre-SCHOEPP":2,"KAVYANSHTYAGI":2,"vfdev-5":2,"elmuz":2,"ageron":2,"naeem-md93":2,"noopurintel":2,"MalumaDev":2,"JulianMller":2,"ion-linti":2,"rbngz":2,"sun-jiao":2,"neo":2,"huydhn":2,"qqaatw":2,"andreasfloros":2,"tsahiasher":2,"Met4physics":2,"Ghelfi":2,"amd-jmacaran":2,"naman1303":2,"chrisyeh96":2,"zklaus":1,"Stonepia":1,"get9":1,"drivanov":1,"dcasbol":1,"Chiptun3r":1,"nehdiii":1,"JonasKlotz":1,"usahospitals":1,"stmcgovern":1,"SdgJlbl":1,"Gownta":1,"rdong8":1,"FeiFanMoKe":1,"seemethere":1,"emmanuel-ferdman":1},"maintainers":[{"login":"NicolasHug","count":565,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"pmeier","count":143,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pmeier"},{"login":"vfdev-5","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"osalpekar","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/osalpekar"},{"login":"fmassa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fmassa"},{"login":"imagazin-intel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/imagazin-intel"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"},{"login":"FindHao","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FindHao"}],"active_maintainers":[{"login":"NicolasHug","count":158,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/NicolasHug"},{"login":"AntoineSimoulin","count":25,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AntoineSimoulin"},{"login":"kit1980","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kit1980"},{"login":"alinpahontu2912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alinpahontu2912"},{"login":"vfdev-5","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vfdev-5"},{"login":"seemethere","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seemethere"}]},"events":null,"keywords":["computer-vision","machine-learning"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/build-cmake.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:09.238Z","updated_at":"2023-09-22T18:12:09.238Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-cmake.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-conda-linux.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:11.639Z","updated_at":"2023-09-22T18:12:11.639Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-conda-linux.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-conda-m1.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:13.252Z","updated_at":"2023-09-22T18:12:13.252Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-conda-m1.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-conda-macos.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:16.254Z","updated_at":"2023-09-22T18:12:16.254Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-conda-macos.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-conda-windows.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:22.564Z","updated_at":"2023-09-22T18:12:22.564Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-conda-windows.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-wheels-aarch64-linux.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:25.468Z","updated_at":"2023-09-22T18:12:25.468Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-wheels-aarch64-linux.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-wheels-linux.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:27.677Z","updated_at":"2023-09-22T18:12:27.677Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-wheels-linux.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-wheels-m1.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:28.980Z","updated_at":"2023-09-22T18:12:28.980Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-wheels-m1.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-wheels-macos.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:31.180Z","updated_at":"2023-09-22T18:12:31.180Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-wheels-macos.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/build-wheels-windows.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:32.197Z","updated_at":"2023-09-22T18:12:32.197Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/build-wheels-windows.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/docs.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:33.204Z","updated_at":"2023-09-22T18:12:33.204Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/docs.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/lint.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:34.408Z","updated_at":"2023-09-22T18:12:34.408Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/lint.yml","dependencies":[{"id":13879778659,"package_name":"pytorch/test-infra/.github/actions/bc-lint","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pr-labels.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:35.416Z","updated_at":"2023-09-22T18:12:35.416Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/pr-labels.yml","dependencies":[{"id":13879778770,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13879778771,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13879778772,"package_name":"mshick/add-pr-comment","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/prototype-tests-linux-gpu.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:36.619Z","updated_at":"2023-09-22T18:12:36.619Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/prototype-tests-linux-gpu.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/tests-schedule.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:37.325Z","updated_at":"2023-09-22T18:12:37.325Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/tests-schedule.yml","dependencies":[{"id":13879778998,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13879778999,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13879779000,"package_name":"JasonEtco/create-an-issue","ecosystem":"actions","requirements":"v2.4.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:38.427Z","updated_at":"2023-09-22T18:12:38.427Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/tests.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/update-viablestrict.yml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:39.231Z","updated_at":"2023-09-22T18:12:39.231Z","repository_link":"https://github.com/pytorch/vision/blob/main/.github/workflows/update-viablestrict.yml","dependencies":[]},{"ecosystem":"cocoapods","filepath":"ios/LibTorchvision.podspec","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:43.321Z","updated_at":"2023-09-22T18:12:43.321Z","repository_link":"https://github.com/pytorch/vision/blob/main/ios/LibTorchvision.podspec","dependencies":[]},{"ecosystem":"maven","filepath":"android/build.gradle","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:43.848Z","updated_at":"2023-09-22T18:12:43.848Z","repository_link":"https://github.com/pytorch/vision/blob/main/android/build.gradle","dependencies":[]},{"ecosystem":"maven","filepath":"android/ops/build.gradle","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:44.455Z","updated_at":"2023-09-22T18:12:44.455Z","repository_link":"https://github.com/pytorch/vision/blob/main/android/ops/build.gradle","dependencies":[{"id":13879780300,"package_name":"com.facebook.fbjni:fbjni-java-only","ecosystem":"maven","requirements":"0.0.3","direct":true,"kind":"implementation","optional":false}]},{"ecosystem":"maven","filepath":"android/test_app/app/build.gradle","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:45.546Z","updated_at":"2023-09-22T18:12:45.546Z","repository_link":"https://github.com/pytorch/vision/blob/main/android/test_app/app/build.gradle","dependencies":[{"id":13879780731,"package_name":"com.android.support:appcompat-v7","ecosystem":"maven","requirements":"28.0.0","direct":true,"kind":"implementation","optional":false},{"id":13879780732,"package_name":"com.facebook.soloader:nativeloader","ecosystem":"maven","requirements":"0.8.0","direct":true,"kind":"implementation","optional":false},{"id":13879780733,"package_name":"org.pytorch:pytorch_android","ecosystem":"maven","requirements":"$pytorchAndroidVersion","direct":true,"kind":"implementation","optional":false},{"id":13879780734,"package_name":"org.pytorch:pytorch_android_torchvision","ecosystem":"maven","requirements":"$pytorchAndroidVersion","direct":true,"kind":"implementation","optional":false},{"id":13879780735,"package_name":"androidx.camera:camera-core","ecosystem":"maven","requirements":"$camerax_version","direct":true,"kind":"implementation","optional":false},{"id":13879780736,"package_name":"androidx.camera:camera-camera2","ecosystem":"maven","requirements":"$camerax_version","direct":true,"kind":"implementation","optional":false},{"id":13879780737,"package_name":"com.google.android.material:material","ecosystem":"maven","requirements":"1.0.0-beta01","direct":true,"kind":"implementation","optional":false}]},{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:46.556Z","updated_at":"2023-09-22T18:12:46.556Z","repository_link":"https://github.com/pytorch/vision/blob/main/docs/requirements.txt","dependencies":[{"id":13879780751,"package_name":"matplotlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":13879780752,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":13879780753,"package_name":"sphinx-copybutton","ecosystem":"pypi","requirements":"\u003e=0.3.1","direct":true,"kind":"runtime","optional":false},{"id":13879780754,"package_name":"sphinx-gallery","ecosystem":"pypi","requirements":"\u003e=0.11.1","direct":true,"kind":"runtime","optional":false},{"id":13879780755,"package_name":"sphinx","ecosystem":"pypi","requirements":"==5.0.0","direct":true,"kind":"runtime","optional":false},{"id":13879780756,"package_name":"tabulate","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":13879780757,"package_name":"pycocotools","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:47.289Z","updated_at":"2023-09-22T18:12:47.289Z","repository_link":"https://github.com/pytorch/vision/blob/main/pyproject.toml","dependencies":[]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2023-09-22T18:12:47.998Z","updated_at":"2023-09-22T18:12:47.998Z","repository_link":"https://github.com/pytorch/vision/blob/main/setup.py","dependencies":[]}],"score":34.295850655106875,"created_at":"2025-09-04T15:51:19.070Z","updated_at":"2025-10-07T08:17:44.909Z","avatar_url":"https://github.com/pytorch.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":24573233,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["transformer","pretrained-models","jax","deepseek","audio","vlm","qwen","gemma","speech-recognition","pytorch-transformers"],"project_url":"https://science.ecosyste.ms/api/v1/projects/43899","html_url":"https://science.ecosyste.ms/projects/43899","bibtex_url":"https://science.ecosyste.ms/projects/43899/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/43899/export.apalike"}