hub icon indicating copy to clipboard operation
hub copied to clipboard

Failing CI jobs

Open NicolasHug opened this issue 2 years ago • 1 comments

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).

NicolasHug avatar Jan 08 '23 11:01 NicolasHug

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.

przemb avatar Sep 18 '23 00:09 przemb