当前位置:网站首页>报错ModuleNotFoundError: No module named ‘cv2.aruco‘
报错ModuleNotFoundError: No module named ‘cv2.aruco‘
2022-07-05 11:48:00 【OAK中国_官方】
报错提示:
ModuleNotFoundError: No module named 'cv2.aruco'
解决方法:
如果找不到 cv2.aruco,请首先确保未安装 opencv-python 。
为此,你可以使用:
pip uninstall opencv-python
然后安装:
pip install opencv-contrib-python
我们正在卸载 opencv-python,因为安装两个 opencv 的包裹会相互矛盾,并且不会让另一个安装。
如果上面的命令不起作用,可以尝试以下命令:
python -m pip uninstall opencv-python opencv-contrib-python
python -m pip install opencv-contrib-python
其他常见报错:
请查看
OAK中国
| OpenCV AI Kit在中国区的官方代理商和技术服务商
| 追踪AI技术和产品新动态
戳「+关注」获取最新资讯
边栏推荐
- Ncp1342 chip substitute pn8213 65W gallium nitride charger scheme
- 【 YOLOv3中Loss部分计算】
- How to protect user privacy without password authentication?
- Liunx prohibit Ping explain the different usage of traceroute
- pytorch-多层感知机MLP
- [singleshotmultiboxdetector (SSD, single step multi frame target detection)]
- [mainstream nivida graphics card deep learning / reinforcement learning /ai computing power summary]
- [yolov3 loss function]
- 查看rancher中debug端口信息,并做IDEA Remote Jvm Debug
- Project summary notes series wstax kt session2 code analysis
猜你喜欢

pytorch-权重衰退(weight decay)和丢弃法(dropout)

【主流Nivida显卡深度学习/强化学习/AI算力汇总】

The most comprehensive new database in the whole network, multidimensional table platform inventory note, flowus, airtable, seatable, Vig table Vika, flying Book Multidimensional table, heipayun, Zhix

idea设置打开文件窗口个数

12.(地图数据篇)cesium城市建筑物贴图

【SingleShotMultiBoxDetector(SSD,单步多框目标检测)】

Idea set the number of open file windows

【TFLite, ONNX, CoreML, TensorRT Export】

一次生产环境redis内存占用居高不下问题排查

Pytorch softmax regression
随机推荐
PHP中Array的hash函数实现
阻止瀏覽器後退操作
vscode快捷键
[singleshotmultiboxdetector (SSD, single step multi frame target detection)]
【TFLite, ONNX, CoreML, TensorRT Export】
项目总结笔记系列 wsTax KT Session2 代码分析
How does redis implement multiple zones?
How to make your products as expensive as possible
ACID事务理论
redis 集群模式原理
XML解析
12. (map data) cesium city building map
Idea set the number of open file windows
POJ 3176 cow bowling (DP | memory search)
Harbor镜像仓库搭建
HiEngine:可媲美本地的云原生内存数据库引擎
7 themes and 9 technology masters! Dragon Dragon lecture hall hard core live broadcast preview in July, see you tomorrow
2048游戏逻辑
MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!
Redis集群(主从)脑裂及解决方案