ChenyangLEI / sfp-wild

[CVPR2022] Shape from Polarization for Complex Scenes in the Wild
MIT License
61 stars 10 forks source link

Probably wrong argument name in inference script #2

Open Ikemura-kei opened 1 year ago

Ikemura-kei commented 1 year ago

In ./configs/reproduce_full_model_infer.sh:

https://github.com/ChenyangLEI/sfp-wild/blob/41c747b30b4b0505b328504c8d97330c6e562c4b/configs/reproduce_full_model_infer.sh#L1-L11

At line 7, the argument name is probably mistyped as EXP_NAME which should have been EXPNAME as defined in line 1.

Ikemura-kei commented 1 year ago

Not sure if this script is the right one to perform inference. Otherwise Please point me to the correct inference file that is supposed be use, thank you.

ChenyangLEI commented 1 year ago

It should be correct. The "_infer" suffix is used as "--training_mode test ".