twhui/LiteFlowNet

Where is test_MODE.py file located ?

pawandeep2155 opened this issue · 2 comments

I could not find test_MODE.py file in /models/testing/ folder. Can you please tell the location.

Same problem here

twhui commented

As indicated in README.md, replace MODE in ./test_MODE.py to batch if all the images has the same resolution (e.g. Sintel dataset), otherwise replace it to iter (e.g. KITTI dataset) i.e. the two files are test_batch.py and test_iter.py.