willprice / flowty

The swiss army knife for extracting optical flow
https://flowty.rtfd.org
16 stars 1 forks source link

Write videos in a separate thread #7

Closed willprice closed 5 years ago

willprice commented 5 years ago

Profiling TVL1 shows the stats: ~0.5ms for reading a frame ~300ms for computing flow ~2ms for writing flow

So almost certainly not worth considering this yet.