Mark Harfouche
Mark Harfouche
Re: https://github.com/simonpercivall/astunparse/pull/63 Closes: https://github.com/simonpercivall/astunparse/issues/61
DeepLabCut seems to call `disable_eager_computation` from tensorflow at import time. This creates some surprising behavior for those that expect eager computation to be enabled. **Describe the solution you'd like** *...
@jeylau this should preallocate enough memory to read a single frame, and convert it to RGB, before running it through TF. Generally speaking, repeatedly calling memory allocation routines is "bad"....
**Is your feature request related to a problem? Please describe.** I find that DeepLabCut is rather "Loud" in terms of output when one uses it to analyze many videos. Alot...
Hi, it seems that ElastixConfig.cmake is generated using the buildtime location of the source, and not with the install time locations of the directories. It would be good if you...
Would you accept patches to build opencv with system ffmpeg on windows? I got builds of windows working on conda-forge and I think 2 small straightforward patches would help users...
When trying to ensure broader compatibility with different implementations of python, I think it is likely better to use FindPython which was introduced in 3.12. That said, it isn't fully...
So we ran into this, and I figured I would share back some findings since I did contribute the code in question: In recent version of imageio-ffmpeg, an attempt is...
I don't have time to test and to work on this much, but I think that the code to read in data from ffmpeg can be optimized slightly. The inefficiencies...
Resolves #6520 Related to * https://github.com/python-pillow/Pillow/issues/2635 * https://github.com/python-pillow/Pillow/issues/2664#issuecomment-328666279 Changes proposed in this pull request: * Release python GIL when converting images using matrix operations Thank you for reviewing!