allo-
allo-
I am not sure how opencv calculates the FPS of a GIF, but it seems that it return `0`. The relevant code is ```python if target_fps fps: target_fps = fps...
The gif should most likely work once the frame rate issue is resolved. For mp4 it depends on which video codec ffmpeg is using and if opencv can read it....
I don't have the time to write a minimum example right now, but you could look at `lazy_load_video` and try to extract the minimum code for testing. You need to...
Thank you for the nice howto! I'll need to diff the files and I wonder why you shortened the requirements.txt and if this will work on other machines. It looks...
Is there an advantage to use docker? For the python stuff you can (and probably should) use a virtual environment and add can a user account if you want stronger...
When you like to write documentation I see no reason not to include it. I just currently do not want to test it, but when you tested your howto and...
@dsingal0 Can you explain the problem with the config? The config is one of the few things that you should be able to change without changing anything in the source....
Ok. Just ask when there are changes needed, so we can discuss how to implement them such that they both work in docker and without docker.
Aren't they using mediapipe? We have basic support for mediapipe, see #75.
It looks like mediapipe is the best solution. I wonder how this can be combined with python-tf-bodypix (#47) or if they plan to support it.