{"id":24844522,"url":"https://github.com/xiaoj655/image-retrieval","last_synced_at":"2026-05-15T11:37:46.551Z","repository":{"id":270590130,"uuid":"909345630","full_name":"xiaoj655/image-retrieval","owner":"xiaoj655","description":"基于Resnet101, 微调, 完成图像检索任务","archived":false,"fork":false,"pushed_at":"2025-01-02T07:03:13.000Z","size":16864,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T07:44:26.612Z","etag":null,"topics":["depplearning","fastapi","resnet"],"latest_commit_sha":null,"homepage":"https://movie-image-retrieval.vercel.app","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaoj655.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-28T12:30:53.000Z","updated_at":"2025-01-01T16:47:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb813686-bf31-4f91-922f-3a9eb6ce2abc","html_url":"https://github.com/xiaoj655/image-retrieval","commit_stats":null,"previous_names":["xiaoj655/image-retrieval"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xiaoj655/image-retrieval","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoj655%2Fimage-retrieval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoj655%2Fimage-retrieval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoj655%2Fimage-retrieval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoj655%2Fimage-retrieval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaoj655","download_url":"https://codeload.github.com/xiaoj655/image-retrieval/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoj655%2Fimage-retrieval/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266844474,"owners_count":23993965,"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-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["depplearning","fastapi","resnet"],"created_at":"2025-01-31T09:19:55.776Z","updated_at":"2026-05-15T11:37:41.531Z","avatar_url":"https://github.com/xiaoj655.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 微调Resnet101完成图像检索任务\n通过在线网站访问试用 https://movie-image-retrieval.vercel.app\n\n## 数据集\n从223部经典电影计算平均哈希的方式, 筛选出30万张图片作为数据集\n\n223部电影: https://www.alipan.com/s/HAxoueCChn2\n\n约30万张原始图片: https://www.alipan.com/t/u3ovD0eXQKxqD8zkGyHD (阿里云盘, 分享不稳定)\n\n经过预处理后的数据集, 2GB: https://msft.us.kg/movie_clip\n\n```python\n#预处理函数\ntransforms.Compose([\n    transforms.Resize(256),\n    transforms.CenterCrop(224),\n])\n```\n\n## 方法\n孪生网络, 对比学习的思路, 把经过图像增强后的图片和原图作为一组图像, 让相似的图像的空间嵌入接近, 不相似的远离\n\n## 效果\n![query](query.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoj655%2Fimage-retrieval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaoj655%2Fimage-retrieval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoj655%2Fimage-retrieval/lists"}