Spaces:
Running
on
Zero
Running
on
Zero
File size: 217 Bytes
ac59957 |
1 2 3 4 5 6 7 |
#!/bin/bash
set -e
python3 -m scripts.ckpts
python3 -m scripts.evaluate --cfg config/eval/kitti.json
python3 -m scripts.evaluate --cfg config/eval/sintel.json
python3 -m scripts.evaluate --cfg config/eval/spring.json
|