Open oliverdain opened 1 year ago
I used NGC 21.06 docker and I also running into error. My error is about cv2 AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' do anyone getting same issues?
I'm facing something similar. For me, I think it's because I'm running it on a server environment, and 'opencv-python-headless' is what is typically used but mmcv and mmpose require 'opencv-python'. Have you been able to resolve it?
If you try to build the Docker container you get an error:
It turns out Nvidia changed the signing keys for their apt repo.
Adding the following to the
Dockerfile
before theRUN apt-get update
line fixes it: