Video tests SEGFAULT if torchvision is build against ffmpeg >= 4.4
Open
@bjuncek is already working on this.
Since Feb 21, 2023.
dependency issue
module: tests
module: video
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 7.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 13
Description
ffmpeg==4.4.2: https://github.com/pytorch/vision/actions/runs/4230815953/jobs/7348586970#step:10:278ffmpeg==5.1.2: https://github.com/pytorch/vision/actions/runs/4224709135/jobs/7336018796#step:10:285
This went undetected, since we accidentally don't build against ffmpeg in our unittest workflows since Nov 2022. See #7295.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.