richard-vock
richard-vock
FWIW I wanted to experiment a bit with generator and did exactly what chausner proposed over here: https://github.com/richard-vock/cppcoro (also added a conanfile) I'm currently not using cppcoro in production, so...
I have the same problem using poetry: × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File...
In my case a apt install libturbojpeg0-dev libopencv-dev (before pip/poetry install) fixed it. Note that installing `libopencv-dev` alone did not suffice.
I simply try to read frames as batches using vr = VideoReader(str(input), ctx=cpu(0)) num_frames = len(vr) batch_size = 32 for i in range(0, num_frames, batch_size): frames = vr.get_batch(range(i, min(i +...
Also broken on NixOS in version 0.42.0.