module ‘cv2‘ has no attribute ‘gapi_wip_gst_GStreamerPipeline‘

mmclassification在进行onnx向engine模型转换时出现module ‘cv2‘ has no attribute ‘gapi_wip_gst_GStreamerPipeline‘

可以通过安装第三方库的问题解决

pip uninstall opencv-python
pip uninstall opencv-contrib-python
pip install opencv-contrib-python==3.4.11.45

你可能感兴趣的:(#,TensorRT,opencv,python,计算机视觉)