flowty icon indicating copy to clipboard operation
flowty copied to clipboard

The swiss army knife for extracting optical flow

Results 16 flowty issues
Sort by recently updated
recently updated
newest added

When computing flow it is useful to be able to resize the video frame before input into the algorithm

enhancement

Currently I'm pretty sure there's some nasty memory bugs waiting to surface and a lot of unnecessary data copying going on to account for this. We should be taking advantage...

Hi Will, thank you for the awesome work! I have to create optical flow from specific clips in a video. It would be great if it was possible to add...

Convert numeric flow representation to HSV image/video. - [ ] Numpy stored flow - [ ] Middlebury stored flow

command

Create golden examples for all flow algorithms and write tests against each of these * [ ] TV-L1 * [ ] Brox * [ ] Variational Refinement * [ ]...

command
testing

Add end point error tests for all flow algorithms: - [ ] TV-L1 - [ ] Brox - [ ] Variational refinement - [ ] DIS - [ ] Pyramidal...

testing

- [ ] Create singularity file - [ ] Create automated singularity hub build triggered by a new image on dockerhub

core