当前位置:网站首页>RandLA-Net复现记录
RandLA-Net复现记录
2022-07-30 10:05:00 【Amelie_11】
S3DIS
环境安装:[https://blog.csdn.net/Parkerfive/article/details/123431266]
参考:在RTX 3090上复现点云语义分割算法RandLA-net
Ubuntu18.04/20.04复现算法RandLa-net 数据集S3DIS
1. 运行 python utils/data_prepare_s3dis.py
报错1:
FileNotFoundError: [Errno 2] No such file or directory: ‘/data/S3DIS/original_ply’
找到data_prepare_s3dis.py,将/data/S3DIS/Stanford3dDataset_v1.2_Aligned_Version
改成绝对路径’/home/clm/training/RandLA-Net-master/data/S3DIS/Stanford3dDataset_v1.2_Aligned_Version ’
报错2:
module ‘tensorflow’ has no attribute ‘py_func’
参考:https://www.codenong.com/cs106162826/
把tf.py_func改成tf.compat.v1.py_func
报错3:
Traceback (most recent call last):
File “main_S3DIS.py”, line 235, in
dataset.init_input_pipeline()
File “main_S3DIS.py”, line 214, in init_input_pipeline
iter = tf.data.Iterator.from_structure(self.batch_train_data.output_types, self.batch_train_data.output_shapes)
AttributeError: type object ‘IteratorBase’ has no attribute ‘from_structure’
keras版本不兼容
报错4:
AttributeError: ‘NoneType’ object has no attribute ‘name’
main_S3DIS.py修改路径为绝对路径
就这个路径,修改了好几次,一样的东西却没有跑通,今天不知道怎么的突然就跑通了
运行 python -B main_S3DIS.py --gpu 0 --mode train --test_area 1
成功加载数据了,也没有报错了
epoch0这里一直显示不动,过了很久才跑起来了,还以为是哪里出错了呢,丢在一旁突然就跑通了。
边栏推荐
- SST-Calib:结合语义和VO进行时空同步校准的lidar-visual外参标定方法(ITSC 2022)
- Alibaba Cloud OSS Object Storage
- Flink_CDC construction and simple use
- Re17: Read the paper Challenges for Information Extraction from Dialogue in Criminal Law
- Js array operating mobile for encapsulation
- SST-Calib: A lidar-visual extrinsic parameter calibration method combining semantics and VO for spatiotemporal synchronization calibration (ITSC 2022)
- Detailed explanation of JVM memory layout, class loading mechanism and garbage collection mechanism
- OC-手动引用计数内存管理
- 这种叫什么手法
- Re21: Read the paper MSJudge Legal Judgment Prediction with Multi-Stage Case Representation Learning in the Real
猜你喜欢

MFCC to audio, the effect should not be too funny >V

Re15:读论文 LEVEN: A Large-Scale Chinese Legal Event Detection Dataset

Redis Desktop Manager 2022.4.2 发布

神经网络学习笔记3——LSTM长短期记忆网络

第3章 信息收集

New in GNOME: Warn users when Secure Boot is disabled

Flask之路由(app.route)详解

Re17: Read the paper Challenges for Information Extraction from Dialogue in Criminal Law

Meikle Studio - see the actual combat notes of Hongmeng device development 4 - kernel development

Meikle Studio-Look at Hongmeng Device Development Practical Notes 7-Network Application Development
随机推荐
易基因:人类tRNA基因位点表现出与衰老相关的DNA高甲基化|研究文章
Verilog之数码管译码
debian10 install djando
图像去噪——Neighbor2Neighbor: Self-Supervised Denoising from Single Noisy Images
Selected System Design | Design of CAN Bus Controller Based on FPGA (with Code)
Re16: Read the paper ILDC for CJPE: Indian Legal Documents Corpus for Court Judgment Prediction and Explanation
The thread pool method opens the thread -- the difference between submit() and execute()
Neural Ordinary Differential Equations
软考 系统架构设计师 简明教程 | 案例分析 | 需求分析
数据库脏读、不可重复读、幻读以及对应的隔离级别
Linux内核设计与实现(十)| 页高速缓存和页回写
kubernetes的一些命令
Four ways the Metaverse is changing the way humans work
js对数组操作移动进行封装
Re15: Read the paper LEVEN: A Large-Scale Chinese Legal Event Detection Dataset
梅科尔工作室-看鸿蒙设备开发实战笔记六—无线联网开发
MySQL | Subqueries
shell script
Study Notes 10--Main Methods of Local Trajectory Generation
Scrapy crawler website image crawling