logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

error: (-210:Unsupported format or combination of formats) *** ‘ONNXImporter‘

使用opencv加载网络模型时可能遇到一下错误:cv2.error: OpenCV(3.4.8) /io/opencv/modules/dnn/src/onnx/onnx_importer.cpp:57: error:(-210:Unsupported format or combination of formats) Failed to parse onnx model in function

使用 pyinstaller打包多个python文件的 应用程序 并在执行时报出Failed to execute script pyi_rth_pkgres错误

当时使用pyinstaller对python应用程序进行打包的,执行成功打包的exe应用程序时弹出一个错误提示框。信息如下:Failed to execute script pyi_rth_pkgres或者是其他的模块无法加载。此时可以使用打包时导入模块的方式--hidden-import=pkg_resources.py2_warn下面有个打包多个文件的示例pyinstaller.exe -F

解决openai调用出现的valueerror: unknown scheme for proxy url url(‘socks://127.0.0.1:7890/‘)

我使用openai的接口进行调用时,在代码文件中设置了代理如下。如果有all_proxy的设置,使用下面命令设置为空就行。看看有没有出现下面的all_proxy的设置。使用下面命令查看系统的代理设置。

文章图片
#人工智能
error: (-215:Assertion failed) ( (npoints >= 4) ... in function ‘solvePnPGeneric‘

在使用solvePnP函数时可能会报以下错误OpenCV(4.4.0) /tmp/pip-req-build-xgme2194/opencv/modules/calib3d/src/solvepnp.cpp:753: error: (-215:Assertionfailed) ( (npoints >= 4) || (npoints == 3 && flags == SOLV

[晓理紫]CCF系列会议截稿时间订阅

如果你感觉对你有所帮助,请关注我,每日准时为你推送最新CCF会议信息。

文章图片
#机器人#人工智能#深度学习
ubuntu 20安装NVIDIA驱动并处理蓝色背景的界面 perform mok management

1、卸载驱动sudo apt-get remove nvidia-*2、在线安装2.1 查看可用驱动sudo ubuntu-drivers devices== /sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0 ==modalias : pci:v000010DEd00001B82sv00001458sd00003794bc03sc00i00vend

一文弄懂基于图搜索的路径规划算法JPS(有python代码)

一文弄懂基于图搜索的路径规划算法JPS(有python代码)

文章图片
#算法#图搜索算法#python
Etensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_INTER

在ubuntu16GTX2060cuda10.1中使用tensorflow报出一下错误E tensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR在网上尝试了很多中方法1、删除缓存(我用没有成功)sudo rm -rf ~/.vn/2、修改c

    共 18 条
  • 1
  • 2
  • 请选择