https://github.com/neutree/yolo-world-utils
https://github.com/neutree/yolo-world-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neutree/yolo-world-utils
- Owner: Neutree
- Created: 2025-04-30T09:19:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T10:39:50.000Z (about 1 year ago)
- Last Synced: 2025-04-30T11:26:31.365Z (about 1 year ago)
- Language: Python
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```