fixup some running stuff

This commit is contained in:
2025-07-27 08:10:20 -07:00
parent 4b058c2405
commit f0208f0983
2 changed files with 10 additions and 34 deletions

View File

@@ -93,16 +93,15 @@ git clone <repository-url>
cd sam2e
./runpod_setup.sh
# Then use the convenience scripts:
./run_streaming.sh # For streaming approach (recommended)
./run_chunked.sh # For chunked approach
# Then run with Python directly:
python -m vr180_streaming config-streaming-runpod.yaml # Streaming (recommended)
python -m vr180_matting config-chunked-runpod.yaml # Chunked (original)
```
The setup script will:
- Install all dependencies
- Download SAM2 models
- Create example configs
- Set up convenience scripts
- Create example configs for both approaches
## Configuration