mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 22:07:55 -05:00
* Clear .style deprecation warnings. * Re-remove download button from Nod logos. * Add work around for `container=false` not doing what it did before on dropdowns to the output gallery CSS
Dataset annotation tool
SHARK annotator for adding or modifying prompts of dataset images
Set up
Activate SHARK Python virtual environment and install additional packages
source ../shark.venv/bin/activate
pip install -r requirements.txt
Run annotator
python annotation_tool.py
- Select a dataset from
Datasetdropdown list - Select an image from
Imagedropdown list - Image and the existing prompt will be loaded
- Select a prompt from
Promptdropdown list to modify or "Add new" to add a prompt - Click
Saveto save changes, clickDeleteto delete prompt - Click
BackorNextto switch image, you could also select other images fromImage - Click
Finishwhen finishing annotation or before switching dataset