datasetgo

command module
v0.0.0-...-d3496f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2022 License: MIT Imports: 1 Imported by: 0

README

DatasetGo

datasetgo 是一款用于处理深度学习目标检测数据集的命令行小工具。目前工具支持三种格式 COCO、PascalVOC 和 CreateML。

RoadMap

datasetgo 将具备以下子命令。

  • convert: 转换数据集格式子命令;
  • split: 分配数据集到训练集、测试集、验证集;
  • list: 列出数据集的基本信息;
  • analyse: 分析数据集特征;

Usage

介绍各子命令的基本使用。

convert 子命令
> datasetgo convert -h
A subcommand to convert the dataset format. The supported
formats as follows:
- coco: COCO
- voc: PascalVOC
- createml: Create ML(apple)

Usage:
  datasetgo convert [flags] dataset-path

Flags:
  -h, --help                   help for convert
  -i, --input-format string    the format of the source dataset
  -o, --output-format string   the format of the outputed dataset
  -p, --output-path string     the path of the outputed dataset, a file or directory

Global Flags:
  -v, --verbose   verbose output

比如将 COCO 数据集转换成 PascalVOC 数据集(转换的数据集文件自动导出到 coco json 的目录下),使用命令:

datasetgo convert -i coco -o voc the/dataset/path/of/coco/json/file.json
split 子命令

待添加

list 子命令

待添加

analyse 子命令

待添加

Documentation

Overview

Copyright © 2022 5km <5km@smslit.cn>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL