Leonardo Taccari
Leonardo Taccari
Using cutting planes doesn't look much better -- actually in CPLEX is significantly worse, while it's more or less equivalent with Gurobi. Disclaimer: I haven't really looked at --or thought...
Yup, only RHS. You can just precompute it.
Might be that this is not the correct way to go. But transformations should not be applied in the same way to an image and to a mask, I can't...
The problem is that apparently decord is built and published for Mac only up to python 3.8 (see https://github.com/dmlc/decord/blob/master/.github/workflows/pypi.yml). I tried to fork it and add python 3.9 but the...
Another weird issue where an incorrect frame is decoded by VideoReader with `__getitem__` at a certain index. Can't share the video -- but it's again a video with quite messy...
It looks like it fixes both (while the new one perhaps it's slightly slower, but I haven't really benchmarked deeply). On "flipping_a_pancake.mkv", on the branch of #78, no more issues...
Is that with the latest version? I've been using an older version (0.4.1) for a long time with no issues, but my videos are typically rather short (
Ah that's a big video :) Not sure, I have never tried with such a big one.
Don't have a strong opinion on this but I'm certainly open to the idea and to a PR.
Yeah, passing an axis is only half-working at the moment, I didn't fully implement it. You can get something working by passing a list of axis with the same length...