Bruno Korbar
Bruno Korbar
There have been many developments over the last couple of months with a big push in 2022H1 to get things closed up (mainly by @prabhat00155 and @datumbox). Here I'll try...
Per #805, I've added licensing information to `LICENSE.txt` and (perhaps unnecessary) to `README.md`. The information added to `README.md` would be useful to have in PyPI and conda-forge pages, but I'm...
## Overview License file of `PyAV` is advertised as [BSD3](https://github.com/PyAV-Org/PyAV/blob/main/LICENSE.txt); however, as in conda-forge it is packaged directly with (non-free) version of FFMPEG, shouldn't the binaries should be advertised as...
Sorry if this is not a release related question, but I'd really appreciate the answer to this one, or at least pointer to the solution. When loading the videos, I'm...
Draft implementation for the VideoReader API. This would allow the usage of the new API without the necessity to have own FFMPEG installation, but instead would only rely on having...
When loading the pre-extracted features (using Antoine's FE script), I'm running into an issue with your exact dataloader. Namely, the error thrown is ``` AttributeError: 'numpy.ndarray' object has no attribute...
How exactly is ResNet fully convolutional? In the original implementation, there is fc layer at the end... It'd be cool to make it fully convolutional though :)
### Feedback request With torchaudio's recent success in getting a clean FFMPEG build with a full support for FFMPEG 5 and 6 (something we can't replicate in torchvision easily yet),...