Update README.md from local workspace
Browse files
README.md
CHANGED
|
@@ -256,12 +256,12 @@ Files:
|
|
| 256 |
### Harness C: Frames Plus Spatial Code
|
| 257 |
|
| 258 |
```bash
|
| 259 |
-
python -m harness.C.run --model qwen3.5-4b --depth metric --tracking tracking --input-selection uniform --frames 32 --scene SCENE
|
| 260 |
-
python -m harness.C.launch --model qwen3.5-4b --depth metric --tracking tracking --input-selection uniform --frames 32
|
| 261 |
-
python -m harness.C.sweep --models all --depths metric --trackings tracking --input-selections uniform --frames 32
|
| 262 |
-
python -m harness.C.run --model qwen3.5-4b --depth metric --tracking tracking --video --scene SCENE
|
| 263 |
-
python -m harness.C.launch --model qwen3.5-4b --depth metric --tracking tracking --video
|
| 264 |
-
python -m harness.C.sweep --models all --depths metric --trackings tracking --video
|
| 265 |
```
|
| 266 |
|
| 267 |
Files:
|
|
@@ -270,7 +270,7 @@ Files:
|
|
| 270 |
- `harness/C/prompts.py`: combined frames + code prompt construction
|
| 271 |
- `harness/C/run.py`: one model/config/scene
|
| 272 |
- `harness/C/launch.py`: persistent GPU workers for one config
|
| 273 |
-
- `harness/C/sweep.py`: grid over
|
| 274 |
|
| 275 |
### Harness F: Symbolic Solver As A Harness
|
| 276 |
|
|
|
|
| 256 |
### Harness C: Frames Plus Spatial Code
|
| 257 |
|
| 258 |
```bash
|
| 259 |
+
python -m harness.C.run --model qwen3.5-4b --depth metric --tracking tracking --input-selection uniform --frames 32 --spatial-code-source frames --spatial-code-input-selection selective --spatial-code-frames 64 --scene SCENE
|
| 260 |
+
python -m harness.C.launch --model qwen3.5-4b --depth metric --tracking tracking --input-selection uniform --frames 32 --spatial-code-source frames --spatial-code-input-selection selective --spatial-code-frames 64
|
| 261 |
+
python -m harness.C.sweep --models all --depths metric --trackings tracking --input-selections uniform --frames 32 --spatial-code-sources frames --spatial-code-input-selections selective --spatial-code-frames 64
|
| 262 |
+
python -m harness.C.run --model qwen3.5-4b --depth metric --tracking tracking --input-selection uniform --frames 32 --spatial-code-source video --scene SCENE
|
| 263 |
+
python -m harness.C.launch --model qwen3.5-4b --depth metric --tracking tracking --input-selection uniform --frames 32 --spatial-code-source video
|
| 264 |
+
python -m harness.C.sweep --models all --depths metric --trackings tracking --input-selections uniform --frames 32 --spatial-code-sources video
|
| 265 |
```
|
| 266 |
|
| 267 |
Files:
|
|
|
|
| 270 |
- `harness/C/prompts.py`: combined frames + code prompt construction
|
| 271 |
- `harness/C/run.py`: one model/config/scene
|
| 272 |
- `harness/C/launch.py`: persistent GPU workers for one config
|
| 273 |
+
- `harness/C/sweep.py`: grid over independent visual-input and spatial-code-input axes
|
| 274 |
|
| 275 |
### Harness F: Symbolic Solver As A Harness
|
| 276 |
|