Create evaluate-history.sh
This commit is contained in:
parent
875a1eec05
commit
8591c2edad
8
IGEV-Stereo/evaluate-history.sh
Executable file
8
IGEV-Stereo/evaluate-history.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
for iter in {1..100}
|
||||||
|
do
|
||||||
|
iter=$((iter * 1000))
|
||||||
|
echo "These are the results of ${iter} iterations."
|
||||||
|
python evaluate_stereo.py --dataset middlebury_H --max_disp 384 --freeze_backbone_params --restore_ckpt ~/checkpoints/igev_stereo/${iter}_fix-validation.pth
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user