fixup some running stuff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user