Metadata-Version: 2.1
Name: cvtools-python
Version: 0.0.1
Summary: A small tool package
Home-page: https://github.com/1402091247/pytools
Author: Nxp
Author-email: 1402091247@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# cv工具包
## 

# 代码说明

1. labels_tool:
    - auto_label.py 自动打标工具，目前仅支持yolov5/yolov8
    - py_tools.py 常用的脚本，如修改label编号，xml2txt等等
    - todo ......
2. infer:
    - 主要的推理工具，包括openvino，trt等
    - todo ......
3. models:
    - 常用模型以及对模型的改进
    - todo ......

## 

# 使用方案

1. pip install pycvtool
2. from pycvtool import *

 ## 
 
 # 博客地址
https://github.com/1402091247/pytools

Please drop your suggestions on 1402091247@qq.com
