当前位置:网站首页>Summary of open3d environment errors
Summary of open3d environment errors
2022-07-02 07:53:00 【Silent clouds】
Windows install open3d
usually pip install open3d
, However, in fact, this installation will report an error . Even in Prompt The installation is the same . See the following for error conditions , Now is the normal installation step , A total of two need to be installed , One is open3d, The other is open3d-python
#pip install
pip install open3d
pip install open3d-python
#conda install
conda install open3d
conda install open3d-python
ERROR: Cannot uninstall ‘terminado’. It is a distutils installed project and…
Install... On the command line open3d I will probably encounter such a mistake , At this time, we need to add some materials , Change the installation command to :
#pip install
pip install --user open3d
#conda install
conda install -c open3d-admin open3d
AttributeError: ‘module’ object has no attribute ‘read_point_cloud’
This is running open3d Errors that will be reported from time to time . In addition, there is an error report :AttributeError: 'open3d.geometry.PointCloud()' object has no attribute 'voxel_down_sample'
This is the same kind of error reporting , Are caused by version problems .
Suggest : Unload and reload , Or update to the latest version . If it doesn't work, just use anaconda Create a virtual environment installation open3d and open3d-python.
import open3d Times wrong
What I met was numpy Errors caused by version problems , So just use pip install numpy==1.21
reinstall numpy that will do .
边栏推荐
- Implementation of yolov5 single image detection based on onnxruntime
- PointNet原理证明与理解
- [mixup] mixup: Beyond Imperial Risk Minimization
- open3d学习笔记三【采样与体素化】
- Implementation of yolov5 single image detection based on pytorch
- 【Mixup】《Mixup:Beyond Empirical Risk Minimization》
- [in depth learning series (8)]: principles of transform and actual combat
- ABM thesis translation
- 基于pytorch的YOLOv5单张图片检测实现
- 【双目视觉】双目矫正
猜你喜欢
ABM thesis translation
[binocular vision] binocular stereo matching
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》
Faster-ILOD、maskrcnn_benchmark训练自己的voc数据集及问题汇总
iOD及Detectron2搭建过程问题记录
用全连接层替代掉卷积 -- RepMLP
Use Baidu network disk to upload data to the server
Mmdetection trains its own data set -- export coco format of cvat annotation file and related operations
程序的执行
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
随机推荐
How to turn on night mode on laptop
【Random Erasing】《Random Erasing Data Augmentation》
用MLP代替掉Self-Attention
PointNet原理证明与理解
【Programming】
Apple added the first iPad with lightning interface to the list of retro products
【Paper Reading】
【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
How do vision transformer work?【论文解读】
MMDetection模型微调
Faster-ILOD、maskrcnn_ Benchmark training coco data set and problem summary
mmdetection训练自己的数据集--CVAT标注文件导出coco格式及相关操作
【TCDCN】《Facial landmark detection by deep multi-task learning》
[Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image
【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》
Use Baidu network disk to upload data to the server
【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》
浅谈深度学习模型中的后门
自然辩证辨析题整理
Mmdetection installation problem