jdihlmann commited on
Commit ·
81a62cb
1
Parent(s): 0c72c52
Document slower Arbor orbit GIFs
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ arbor-evaluate \
|
|
| 70 |
--output-dir outputs/manual_examples/bus_013/evaluation
|
| 71 |
```
|
| 72 |
|
| 73 |
-
The evaluator writes `metrics.json`, `metrics_flat.json`, and a four-view `condition_panel.png`; pass `--save-gif` to also write an animated `condition_orbit.gif`.
|
| 74 |
|
| 75 |
## Intended Uses
|
| 76 |
|
|
|
|
| 70 |
--output-dir outputs/manual_examples/bus_013/evaluation
|
| 71 |
```
|
| 72 |
|
| 73 |
+
The evaluator writes `metrics.json`, `metrics_flat.json`, and a four-view `condition_panel.png`; pass `--save-gif` to also write an animated `condition_orbit.gif`. The default orbit speed is 150 ms per frame, configurable with `--gif-duration-ms`.
|
| 74 |
|
| 75 |
## Intended Uses
|
| 76 |
|