03 2023 档案
摘要:下载https://github.com/opencv/opencv_contrib/archive/4.1.0.zip
阅读全文
摘要:CMake Warning at cmake/OpenCVDownload.cmake:193 (message): IPPICV: Download failed: 7;"Couldn't connect to server" For details please refer to the dow
阅读全文
摘要:onnx 版本 onnx 1.6.0onnx-simplifier 0.2.2onnxruntime 1.1.0onnxruntime-gpu 1.1.0 mxnet 版本 mxnet-cu101 1.7.0 原因 mxnet bug https://github.com/apache/mxnet/
阅读全文
摘要:#def download(url) -> np.array:def download(url): while True: res = requests.get(url).content return cv2.imdecode(np.fromstring(res, np.uint8), cv2.IM
阅读全文