{"id":15958848,"url":"https://github.com/xinetzone/cv-actions","last_synced_at":"2025-03-26T10:32:20.871Z","repository":{"id":130621169,"uuid":"209716511","full_name":"xinetzone/cv-actions","owner":"xinetzone","description":"计算机视觉实践","archived":false,"fork":false,"pushed_at":"2021-10-08T12:00:17.000Z","size":1899,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T16:11:07.466Z","etag":null,"topics":["computer-vision","mxnet","python","pytorch"],"latest_commit_sha":null,"homepage":"https://xinetzone.github.io/cv-actions/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xinetzone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-09-20T06:01:45.000Z","updated_at":"2021-11-03T18:59:48.000Z","dependencies_parsed_at":"2023-03-17T18:15:31.193Z","dependency_job_id":null,"html_url":"https://github.com/xinetzone/cv-actions","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.1875,"last_synced_commit":"a627f057958f7b931c745bea61e3e9939131d079"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinetzone%2Fcv-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinetzone%2Fcv-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinetzone%2Fcv-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinetzone%2Fcv-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xinetzone","download_url":"https://codeload.github.com/xinetzone/cv-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245637375,"owners_count":20648139,"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"}},"keywords":["computer-vision","mxnet","python","pytorch"],"created_at":"2024-10-07T14:20:56.600Z","updated_at":"2025-03-26T10:32:20.863Z","avatar_url":"https://github.com/xinetzone.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 动手实践计算机视觉\n\n[![GitHub issues](https://img.shields.io/github/issues/xinetzone/cv-actions)](https://github.com/xinetzone/cv-actions/issues) [![GitHub forks](https://img.shields.io/github/forks/xinetzone/cv-actions)](https://github.com/xinetzone/cv-actions/network) [![GitHub stars](https://img.shields.io/github/stars/xinetzone/cv-actions)](https://github.com/xinetzone/cv-actions/stargazers) [![GitHub license](https://img.shields.io/github/license/xinetzone/cv-actions)](https://github.com/xinetzone/cv-actions/blob/master/LICENSE) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cv) ![repo size](https://img.shields.io/github/repo-size/xinetzone/cv-actions.svg) [![contributors](https://img.shields.io/github/contributors/xinetzone/cv-actions.svg)](https://github.com/xinetzone/cv-actions/graphs/contributors) [![watcher](https://img.shields.io/github/watchers/xinetzone/cv-actions.svg)](https://github.com/xinetzone/cv-actions/watchers) [![Gitter](https://badges.gitter.im/watersome/community.svg)](https://gitter.im/watersome/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n打造一个用于学习和探索计算机视觉的社区。关于如何构建一个属于自己的项目，可以参考我的博文 [📖构建个人项目](https://xinetzone.github.io/dao/post/zh-CN/5f351e8f5e4a.html)。\n\n## 项目组件\n\n项目的功能性目录清单：\n\n- `docs/`：存放一些教程，使用说明之类的文档\n- `data/`: 存放数据的目录\n- `models/`: 模型的参数存储\n- `outputs/`: 模型的输出结果，可以创建子目录 `data/` 存放大文件\n- `app/`：存放相关的 API\n- `notebook/`：存放 jupyter notebook 等相关的文件\n- `draft/`：(可以放置在任何位置)存放一些不成熟的或者未开发完成的一些相关内容，不被上传到 github\n\n由于 `data/`，`models/`，`draft/` 加入到 `.gitignore` 不被 Git 管理，所以，当您 fork 到本地时，需要在终端执行：\n\n```sh\n$ mkdir data draft models\n```\n\n为了避免项目的混乱，使用 Git Flow 进行管理。当您将项目克隆到您的本地电脑后，请您运行：`git flow init` 并随之切换到 develop。具体是使用请 📖\u003chttps://xinetzone.github.io/projects/\u003e。\n\n- [如何启动项目](start:how)\n- [项目架构](about:architecture)\n\n## TODOS\n\n- [x] 创建一个社区，使其支持 Katex\n- [ ] 补充计算机视觉动手实践教程\n- [ ] 创建 issue 社区：gitter@[cv-actions](https://gitter.im/watersome/community)\n\n## 投稿\n\n请阅读 [贡献指南](CONTRIBUTING)，了解本站的[行为准则](CODE_OF_CONDUCT)以及如何提交拉取请求。不想贡献代码者可以在 `/docs/` 中提供教程等文档。\n\n## 版本发布\n\n遵循 [语义化版本](https://semver.org/lang/zh-CN/) 进行版本控制。\n\n## 作者\n\n- **刘新伟** - **项目发起者** - [xinetzone](https://github.com/xinetzone)\n\n另请参阅参与此项目的[贡献者](https://github.com/xinetzone/cv-actions/graphs/contributors)列表。\n\n## 许可证\n\n此项目根据 GNU GPL-v3 许可证获得许可 - 有关详细信息，请参阅 [LICENSE](https://github.com/xinetzone/cv-actions/blob/main/LICENSE) 文件。\n\n## 致谢\n\n- 感谢所有使用和参与本项目的人\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxinetzone%2Fcv-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxinetzone%2Fcv-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxinetzone%2Fcv-actions/lists"}