Some tools for AI model training and inference.
Project description
tools_zy

此工具包旨在给AI工作者提供一把趁手的工具,尽量简化非核心的工作。 其中包含深度学习模型过程中可能会用到的一些工具,比如数据整理、格式转换、划分数据集等。
因此也要注意,其中某些函数可能并没有提供过多自由度,如果需要,请自行修改。
安装
$ pip install tools-zy
使用
含有的功能示例如下:
import tools_zy as tz
# 复制、移动文件夹中以.bmp结尾的文件。(还支持指定文件名,支持递归操作)
tz.copy_file("/home/org_folder", "/home/new_folder", format=".bmp")
tz.move_file("/home/org_folder", "/home/new_folder", format=".bmp")
# 获取(复制、移动)文件夹中以.bmp结尾的一些随机文件。
tz.copy_some_random_files("/home/org_folder", "/home/new_folder", 1000, format='.bmp')
# 划分分类数据集
img_folder = r"/home/classify/rawData"
out_folder = r"/home/classify/splitData"
tz.split_classifid_images(img_folder, out_folder, (0.8, 0.2, 0), format=".bmp")
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tools_zy-0.1.6.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tools_zy-0.1.6.0.tar.gz.
File metadata
- Download URL: tools_zy-0.1.6.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c546d75bb463e4594fd2617233d108bee9004e5283edde8139a7174699729a2
|
|
| MD5 |
5e01af200500d55d53a2828fc954f4d3
|
|
| BLAKE2b-256 |
ad7ba089e85e17e981b5ace01c6cb5609b35e5606a11c3171b74272129b6e3a7
|
File details
Details for the file tools_zy-0.1.6.0-py3-none-any.whl.
File metadata
- Download URL: tools_zy-0.1.6.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
187e6e98bc9ca89c38b62acbde99fe50a1d812addf0010e90248394212050b3e
|
|
| MD5 |
64d50622fe19ec612316bcad5bbd5d33
|
|
| BLAKE2b-256 |
7fd7268fdc28c3dec499c77cc044db0d91d74cd2332f58d217df9e62771026dc
|