Daniel Lovera
Daniel Lovera
This fix enables garbage collection to appropriately work when https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/detection.py#L24 returns, by deleting the objects we moved to the GPU after we move the forward pass results back on the...
This fix enables garbage collection to appropriately work when https://github.com/clovaai/CRAFT-pytorch/blob/e332dd8b718e291f51b66ff8f9ef2c98ee4474c8/test.py#L69 returns, by deleting `x` we moved to the GPU after we move the forward pass results back to the CPU....
Hi, Thanks for sharing this, it's excellent. I have a couple questions though. Is this https://github.com/ForeverSc/web-demuxer/blob/6a59c214390819af35c16b6598ac62297eb91c5d/Makefile#L17 supposed to be `mpegts` instead of `mpegi`? I don't think FFmpeg accepts mpegi as...