run gui script
This commit is contained in:
17
README.md
17
README.md
@ -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
|
||||
|
||||
Reference in New Issue
Block a user