Overview of LiteFlowNet models
mainThe ptlflow repository provides implementations for the LiteFlowNet family of lightweight convolutional neural networks for optical flow estimation. This includes three distinct versions:
- LiteFlowNet: The original lightweight CNN for optical flow.
- LiteFlowNet2: A version revisiting data fidelity and regularization.
- LiteFlowNet3: A version focused on resolving correspondence ambiguity for improved accuracy.
Users can refer to the original research repositories for the source code of these models.