run gui script

This commit is contained in:
2025-12-23 16:17:19 -07:00
parent a826543dff
commit e61a4a5f81
2 changed files with 356 additions and 81 deletions

View File

@ -48,6 +48,23 @@ cd saw_mill_knot_detection
python -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install -r requirements.txt
```
### 2. Run the Annotation GUI
The repository includes an automated script that handles virtual environment activation:
```bash
# Run the GUI (automatically detects and activates venv/conda environment)
./run_gui.sh
# Or run manually
source .venv/bin/activate # or conda activate your_env
python annotation_gui.py
```
# Install dependencies
pip install -U pip
pip install ultralytics gradio rfdetr