Skip to content

Commit 0edae29

Browse files
committed
update README
1 parent dbc8500 commit 0edae29

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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).
33
We 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
6162
Hao 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. =)

0 commit comments

Comments
 (0)