Skip to content

Releases: neu-vi/ezflow

v0.2.5

09 Dec 03:47
Compare
Choose a tag to compare
  • New model and checkpoint : DCVNet (Dilated Cost Volume Networks for Fast Optical Flow)
  • Added configurable dataloader

v0.2.4

19 Dec 18:27
5136dc5
Compare
Choose a tag to compare
  • Advanced spatial augmentations borrowed from VCN and AutoFlow
  • Added Normalization as a configurable dataset parameter
  • PWC-Net and FlowNetC bug fix:MultiScale Loss and Correlation Computation
  • PWC-Net: decouple PWC-Net modules
  • Distributed Training barrier synchronization
  • Kubric dataset support Kubric optical flow
    An additional script is required to convert .tfrecords to PyTorch-compatible DataLoader. This script is provided in a standalone repository kubric-flow as it requires installation of tensorflow.

v0.2.3

09 Jul 16:27
Compare
Choose a tag to compare
Version bump

v0.2.1

10 Feb 15:36
f423326
Compare
Choose a tag to compare
Remove unnecessary type converion for metric value in eval fn (#184)

v0.2.0

10 Feb 11:20
10d19f6
Compare
Choose a tag to compare
Add option of calculating EPE split by motion magnitude (#183)

Version 0.1.0

27 Nov 06:15
bb0884e
Compare
Choose a tag to compare

First release of EzFlow!