hub
hub copied to clipboard
Failing CI jobs
Some of the notebooks are failing (see status at https://github.com/pytorch/hub/pull/225) I opened issues in the original repos:
- https://github.com/snakers4/silero-vad/issues/283 - done
- https://github.com/isl-org/MiDaS/issues/195
- https://github.com/huawei-noah/Efficient-AI-Backbones/issues/173 -- this is for ghostnet but also relevant for the snnmlp one (cupy dep issue).
Hi @NicolasHug, I am writing regarding https://github.com/isl-org/MiDaS/issues/195...
/home/circleci/miniconda3/lib/python3.8/site-packages/cv2/qt/plugins"
path suggests that the problem is inside OpenCV version.
Please check: https://stackoverflow.com/a/63839383/2898281 for more details. I hope it helps. Other answers suggest also downgrading OpenCV version or installation from Conda instead of pip.