Skip to content

Commit cfc73a4

Browse files
committed
init repo
1 parent 2cf3690 commit cfc73a4

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# CSFlow
1+
# CSFlow
2+
The implementaions of CSFlow.
3+
We achieve state-of-the-art accuracy on KITTI-2015 flow benchmark.
4+
5+
![](results/compare.png)
6+
7+
# Install
8+
```
9+
python setup.py develop
10+
```
11+
12+
# Devs
13+
Hao Shi,YiFan Zhou
14+
15+
# Folder Hierarchy
16+
\* local: you should create this folder in your local repository and these folders will not upload to remote repository.
17+
```
18+
├── data (local) # Store test/training data
19+
├── opticalflow # All source code
20+
| ├─ api # Called by tools
21+
| ├─ core # Core code call by other directorys. Provide dataset, models ....
22+
| | ├─ dataset # I/O of each dataset
23+
| | ├─ model # Models, includeing all the modules that derive nn.module
24+
| | ├─ util # Utility functions
25+
├── tools # Scripts for test and train
26+
├── work_dirs (local) # For developers to save thier own codes and assets
27+
```
28+
29+
# The Code is coming soon.

results/compare.png

1.38 MB
Loading

0 commit comments

Comments
 (0)