Thanks for your outstanding work.
I have a question about the evaluation results with the weight of C+T training (i.e., things.pth). With the default command as follows,
python evaluate_FlowFormer_tile.py --eval sintel_validation
python evaluate_FlowFormer_tile.py --eval kitti_validation
it obtains the EPE of [0.939294, 2.329442] on Sintel, which matches the reported results (clean 0.94, final 2.33). However, the results on KITTI are [4.531271, 15.322450], which seems to drop a lot (compared with the scores of [4.09† 14.72†] in the paper). Do I miss something for KITTI evaluation?
