├── LICENSE ├── README.md ├── figures ├── LiteFlowNet3.png ├── cost_volume_modulation.png ├── demo video thumbnail.png ├── flow_field_deformation.png ├── flow_field_deformation_for_ICCV19_submission.png └── toy_example_of_FD.png └── models └── testing ├── deploy_LiteFlowNet3-S-ft-kitti.prototxt ├── deploy_LiteFlowNet3-S-ft-sintel.prototxt ├── deploy_LiteFlowNet3-ft-kitti.prototxt ├── deploy_LiteFlowNet3-ft-sintel.prototxt ├── test_batch.py └── test_iter.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/README.md -------------------------------------------------------------------------------- /figures/LiteFlowNet3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/figures/LiteFlowNet3.png -------------------------------------------------------------------------------- /figures/cost_volume_modulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/figures/cost_volume_modulation.png -------------------------------------------------------------------------------- /figures/demo video thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/figures/demo video thumbnail.png -------------------------------------------------------------------------------- /figures/flow_field_deformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/figures/flow_field_deformation.png -------------------------------------------------------------------------------- /figures/flow_field_deformation_for_ICCV19_submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/figures/flow_field_deformation_for_ICCV19_submission.png -------------------------------------------------------------------------------- /figures/toy_example_of_FD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/figures/toy_example_of_FD.png -------------------------------------------------------------------------------- /models/testing/deploy_LiteFlowNet3-S-ft-kitti.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/models/testing/deploy_LiteFlowNet3-S-ft-kitti.prototxt -------------------------------------------------------------------------------- /models/testing/deploy_LiteFlowNet3-S-ft-sintel.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/models/testing/deploy_LiteFlowNet3-S-ft-sintel.prototxt -------------------------------------------------------------------------------- /models/testing/deploy_LiteFlowNet3-ft-kitti.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/models/testing/deploy_LiteFlowNet3-ft-kitti.prototxt -------------------------------------------------------------------------------- /models/testing/deploy_LiteFlowNet3-ft-sintel.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/models/testing/deploy_LiteFlowNet3-ft-sintel.prototxt -------------------------------------------------------------------------------- /models/testing/test_batch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/models/testing/test_batch.py -------------------------------------------------------------------------------- /models/testing/test_iter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twhui/LiteFlowNet3/HEAD/models/testing/test_iter.py --------------------------------------------------------------------------------