File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments