Metadata-Version: 2.1
Name: lightCV
Version: 0.0.1
Summary: A small tool package
Author-email: Nxp <142091247@qq.com>
Project-URL: Homepage, https://github.com/1402091247/pytools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
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 lightCV


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

Please drop your suggestions on 1402091247@qq.com
