An open API service indexing awesome lists of open source software.

https://github.com/neutree/yolo-world-utils


https://github.com/neutree/yolo-world-utils

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

yolo-world-utils
===

## Usage

### generate text feature

```
echo person > my_labels.txt
python -u -m yolo_world_utils gen_text_feature --labels_path my_labels.txt --out_feature_path my_labels.bin
```