Metadata-Version: 2.1
Name: ParseAnno
Version: 0.1.3
Summary: Script for annotation data processing
Home-page: https://github.com/zjZSTU/ParseAnno
Author: zj
Author-email: wy163zhuj@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: yacs (>=0.1.7)
Requires-Dist: opencv-contrib-python (>=4.2.0)
Requires-Dist: numpy (>=1.17.2)

# ParseAnno

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

> 数据格式转换工具实现

将不同数据集转换成算法指定格式

## 内容列表

- [ParseAnno](#parseanno)
  - [内容列表](#内容列表)
  - [背景](#背景)
  - [主要维护人员](#主要维护人员)
  - [参与贡献方式](#参与贡献方式)
  - [许可证](#许可证)

## 背景

算法开发过程中经常会涉及到数据集的处理，需要将数据集转换成算法训练时指定的格式，日积月累下来积攒了不少脚本，能不能将这些程序整合在一起，既能够重复使用，也能够降低下一次实现的难度。Let's Do It !!!

## 主要维护人员

* zhujian - *Initial work* - [zjZSTU](https://github.com/zjZSTU)

## 参与贡献方式

欢迎任何人的参与！打开[issue](https://github.com/zjZSTU/ParseAnno/issues)或提交合并请求。

注意:

* `GIT`提交，请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)规范
* 语义版本化，请遵守[Semantic Versioning 2.0.0](https://semver.org)规范
* `README`编写，请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范

## 许可证

[Apache License 2.0](LICENSE) © 2020 zjZSTU

