XiandaGuo / OpenStereo

OpenStereo: A Comprehensive Benchmark for Stereo Matching and Strong Baseline
423 stars 49 forks source link

tools/eval.py has no pretrained_model access #105

Closed MichaelWangGo closed 4 months ago

MichaelWangGo commented 4 months ago

Hi authors, thanks for your excellent work,

But when I tried to execute evaluation python tools/eval.py, the python file has no pretrained_model access.

zhcm commented 4 months ago

The pretrained_model is specified in the YAML configuration file,Do you mean the command line arguments for tools/eval.py? and the latest code has already added this.