ml-image-tool
v1.0.1
Published
this tool is for image batch process for matchine learning | 此工具用于机器学习的图片批量处理
Downloads
2
Readme
ml-image-tool
this tool is for image batch process for matchine learning | 此工具用于机器学习的图片批量处理
this tool use easyimage, it need imagemagick installed on your OS | 此工具依赖了easyimage,需要系统安装imagemagick
features
- batch rename to numbers | 批量按序号命名
- batch convert to jpg | 批量转换jpg
- batch resize under shape | 批量调整分辨率到低于机器学习所需的shape
usage
npm i ml-image-tool -g
ml-image-tool -i folder
# ml-image-tool --help
how do I use it
- download pictures with https://github.com/hardikvasa/google-images-download | 批量下载谷歌搜索的图片
- batch rename, convert, resize images with this tool | 使用此工具进行批量转换
- label images with https://github.com/tzutalin/labelImg | 使用labelImg来标记要检测的内容
- write matchine learing code and train | 编写ml代码并进行训练