Metadata-Version: 2.1
Name: hello2
Version: 0.1.10
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!

```sh
pip install -U hello2
pip install -U 'git+https://github.com/flystarhe/hello'
```

## hello.data
- `python -m hello.data coco2yolo -h`
    - COCO format to YOLOv5

## hello.fiftyone
- For examples: [hello/fiftyone/examples.py](https://github.com/flystarhe/hello/blob/main/hello/fiftyone/examples.py).

## hello.x3m
- `python -m hello.x3m preprocess -h`
    - 为X3M量化步骤生成校准数据
- `python -m hello.x3m config -h`
    - 为X3M编译步骤生成配置文件

