You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run train_stereo.py python train_stereo.py --batch_size 8 --train_iters 22 --valid_iters 32 --spatial_scale -0.2 0.4 --saturation_range 0 1.4 --n_downsample 3 --num_steps 5000 --mixed_precision
and it generated a file named raft-stereo.pth in checkpoints folder.
But when I run evaluate_stereo.py like this python evaluate_stereo.py --restore_ckpt checkpoints/raft-stereo.pth --dataset middlebury_H , something was wrong.
I dont know how to fix it up.
The text was updated successfully, but these errors were encountered:
I run train_stereo.py
python train_stereo.py --batch_size 8 --train_iters 22 --valid_iters 32 --spatial_scale -0.2 0.4 --saturation_range 0 1.4 --n_downsample 3 --num_steps 5000 --mixed_precision
and it generated a file named raft-stereo.pth in checkpoints folder.
But when I run evaluate_stereo.py like this
python evaluate_stereo.py --restore_ckpt checkpoints/raft-stereo.pth --dataset middlebury_H
, something was wrong.I dont know how to fix it up.
The text was updated successfully, but these errors were encountered: