An open API service indexing awesome lists of open source software.

https://github.com/xinetzone/cv-actions

计算机视觉实践
https://github.com/xinetzone/cv-actions

computer-vision mxnet python pytorch

Last synced: about 1 year ago
JSON representation

计算机视觉实践

Awesome Lists containing this project

README

          

# 动手实践计算机视觉

[![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&utm_medium=badge&utm_campaign=pr-badge)

打造一个用于学习和探索计算机视觉的社区。关于如何构建一个属于自己的项目,可以参考我的博文 [📖构建个人项目](https://xinetzone.github.io/dao/post/zh-CN/5f351e8f5e4a.html)。

## 项目组件

项目的功能性目录清单:

- `docs/`:存放一些教程,使用说明之类的文档
- `data/`: 存放数据的目录
- `models/`: 模型的参数存储
- `outputs/`: 模型的输出结果,可以创建子目录 `data/` 存放大文件
- `app/`:存放相关的 API
- `notebook/`:存放 jupyter notebook 等相关的文件
- `draft/`:(可以放置在任何位置)存放一些不成熟的或者未开发完成的一些相关内容,不被上传到 github

由于 `data/`,`models/`,`draft/` 加入到 `.gitignore` 不被 Git 管理,所以,当您 fork 到本地时,需要在终端执行:

```sh
$ mkdir data draft models
```

为了避免项目的混乱,使用 Git Flow 进行管理。当您将项目克隆到您的本地电脑后,请您运行:`git flow init` 并随之切换到 develop。具体是使用请 📖。

- [如何启动项目](start:how)
- [项目架构](about:architecture)

## TODOS

- [x] 创建一个社区,使其支持 Katex
- [ ] 补充计算机视觉动手实践教程
- [ ] 创建 issue 社区:gitter@[cv-actions](https://gitter.im/watersome/community)

## 投稿

请阅读 [贡献指南](CONTRIBUTING),了解本站的[行为准则](CODE_OF_CONDUCT)以及如何提交拉取请求。不想贡献代码者可以在 `/docs/` 中提供教程等文档。

## 版本发布

遵循 [语义化版本](https://semver.org/lang/zh-CN/) 进行版本控制。

## 作者

- **刘新伟** - **项目发起者** - [xinetzone](https://github.com/xinetzone)

另请参阅参与此项目的[贡献者](https://github.com/xinetzone/cv-actions/graphs/contributors)列表。

## 许可证

此项目根据 GNU GPL-v3 许可证获得许可 - 有关详细信息,请参阅 [LICENSE](https://github.com/xinetzone/cv-actions/blob/main/LICENSE) 文件。

## 致谢

- 感谢所有使用和参与本项目的人