resmatch icon indicating copy to clipboard operation
resmatch copied to clipboard

when the training phase is down, what can i do

Open Lvhhhh opened this issue 7 years ago • 2 comments

i am a new to torch. when i finish the training phase. i want to test some pictures. what command should i write?

Lvhhhh avatar Aug 04 '17 08:08 Lvhhhh

Hi, have you discovered how to test some pictures? I want to see the disparity map, but there's nothing about it on the Readme file. Tks.

LUCASLLA avatar Mar 23 '18 19:03 LUCASLLA

Hi, you can make a directory under src named tmp, and set the -save_img option in main.lua to true and fix some bug in function save_png of script runner.lua(such as there is not network.name in that script, you need to delete something relative with it). After all above, run th main.lua -ds kitti -a test -gpu 1 -mc resmatch -m fast, then you can see some predict image under the ./src/tmp folder. But the out put predict disparity map seem not as good as the paper show, maybe I make some wrong in optional setting.

HyuanTan avatar Mar 29 '18 02:03 HyuanTan