Metadata-Version: 2.1
Name: bobotools
Version: 0.4.7
Summary: bobotools
Author: bobo0810
License: MIT
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: tqdm
Requires-Dist: opencv-python-headless
Requires-Dist: numpy
Requires-Dist: torch
Requires-Dist: torchvision

# bobotools

- 收录到[PytorchNetHub](https://github.com/bobo0810/PytorchNetHub)
- [Wiki文档](https://github.com/bobo0810/bobotools/wiki)

## 安装

```bash
稳定: pip install bobotools
新特性: pip install git+https://github.com/bobo0810/bobotools.git
```

## 工具类
### Pytorch
- 获取模型信息(模型大小、前向推理耗时等)

### 图像
- md5去重
- 读取在线图片(url/base64/file)
- 可视化bbox
- 验证图像完整性
- Tensor恢复为图片
### 文本
- 批量写入
- 批量读取

### 列表
- 分块，每块长度M
- 均分为N块

## 参考

- [Python打包](https://www.jianshu.com/p/9a5e7c935273)


