-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathLICENSE
25 lines (21 loc) · 1.26 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Copyright (c) 2019 Tak-Wai Hui. All rights reserved.
This software and the associated documentation files (the "Software"), and the research paper
A Lightweight Optical Flow CNN - Revisiting Data Fidelity and Regularization (the "Paper")
including but not limited to the figures and tables are provided for non-commercial use only and
without any warranty. Any commercial use requires a prior arrangement with the author (Tak-Wai Hui).
When using any parts of the Software or the Paper in your work, please cite the following papers:
@InProceedings{hui20liteflownet2,
author = {Tak-Wai Hui and Xiaoou Tang and Chen Change Loy},
title = {A {L}ightweight {O}ptical {F}low {CNN} - {R}evisiting {D}ata {F}idelity and {R}egularization},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
year = {2020}
}
@InProceedings{hui18liteflownet,
author = {Tak-Wai Hui and Xiaoou Tang and Chen Change Loy},
title = {LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation},
booktitle = {Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2018},
pages = {8981--8989}
}
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.