Closed sbkim052 closed 3 years ago
Hi, Yes, I just checked, and that's the right result. Apparently, the model trained on FlyingChairsOcc dataset doesn't generalize well on KITTI, even much worse than the reported number on the PWC-Net paper (EPE on KITTI15: 13.20).
Thanks for your quick response:) I am training vanilla PWCnet with flyingchair at this moment.. But what you are saying is that there won't be any improvement on vanilla PWCnet in generalization if trained on only Flyingchairs?
I think it's a reproducibility issue of the vanilla PWC-Net.
Possibly due to:
When the training on FlyingChairs is done, probably you can evaluate it on KITTI and see if it's the dataset bias problem..
Thank you @hurjunhwa :)
I ran "validation/pwcnet.sh" with the pre-trained model you had provided to test on the both Sintel and KITTI dataset. The result for Sintel was similar to the one you had reported (Sintel clean: 3.13, Sintel final: 4.xx). However, the EPE for KITTI12 and KITTI15 is really high (KITTI12: 23.xx, KITTI15: 17.xx). Is this the right result to get?
BTW, thanks for sharing this amazing work.