File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CSFlow: Learning Optical Flow via Cross Strip Correlation for Autonomous Driving
2- The implementaions of [ CSFlow: Learning Optical Flow via Cross Strip Correlation for Autonomous Driving] ( https://arxiv.org/pdf/2202.00909.pdf ) .
2+ The implementations of [ CSFlow: Learning Optical Flow via Cross Strip Correlation for Autonomous Driving] ( https://arxiv.org/pdf/2202.00909.pdf ) .
33We achieve state-of-the-art accuracy on KITTI-2015 flow benchmark.
44
55![ ] ( results/compare.png )
@@ -47,6 +47,7 @@ For more details, please check the code or refer our [paper](https://arxiv.org/p
4747```
4848├── data (local) # Store test/training data
4949├── checkpoints (local) # Store the checkpoints
50+ ├── runs (local) # Store the training log
5051├── opticalflow # All source code
5152| ├─ api # Called by tools
5253| ├─ core # Core code call by other directorys. Provide dataset, models ....
@@ -61,4 +62,4 @@ For more details, please check the code or refer our [paper](https://arxiv.org/p
6162Hao Shi,YiFan Zhou
6263
6364# Need Help?
64- If you have any questions, welcome to send me an e-mail: haoshi@zju.edu.cn , and I will try my best to help you. =)
65+ If you have any questions, welcome to e-mail me : haoshi@zju.edu.cn , and I will try my best to help you. =)
You can’t perform that action at this time.
0 commit comments