Metadata-Version: 2.1
Name: hello2
Version: 0.1.1
Summary: A collection of useful tools!
Author-email: Hejian <flystarhe@qq.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Project-URL: Home, https://github.com/flystarhe/hello

# Hello
A collection of useful tools!

## hello.data

`python -m hello.data coco2yolo -h`
```log
COCO to YOLO

positional arguments:
  coco_dir              dataset root dir

optional arguments:
  -h, --help            show this help message and exit
  -j JSON_DIR, --json_dir JSON_DIR
                        coco json file dir
  -s SEED, --seed SEED
                        for split train/val
```

