2022-11-21 14:22:31 -07:00
|
|
|
# MStevenson's tools
|
2022-11-21 14:19:06 -07:00
|
|
|
|
|
|
|
## Caption GUI
|
|
|
|
|
|
|
|
python scripts/image_caption_gui.py
|
|
|
|
|
|
|
|
Python GUI tool to manually caption images for machine learning.
|
|
|
|
|
|
|
|
A sidecar file is created for each image with the same name and a .txt extension. These are compatible with EveryDream Trainer.
|
|
|
|
|
|
|
|
### Controls:
|
|
|
|
[control/command + o] to open a folder of images.
|
2022-11-21 14:22:31 -07:00
|
|
|
|
2022-11-21 14:19:06 -07:00
|
|
|
[page down] and [page up] to go to next and previous images. Hold shift to skip 10 images.
|
2022-11-21 14:22:31 -07:00
|
|
|
|
2022-11-21 14:19:06 -07:00
|
|
|
[shift + home] and [shift + end] to go to first and last images.
|
2022-11-21 14:22:31 -07:00
|
|
|
|
2022-11-21 14:19:06 -07:00
|
|
|
[shift + delete] to move the current image into a '_deleted' folder.
|
2022-11-21 14:22:31 -07:00
|
|
|
|
2022-11-21 14:19:06 -07:00
|
|
|
[escape] to exit the app.
|