-
Thanks for the great work and for sharing the code. I'm wondering have you tested it on windows? and would it be possible to train a model on Windows? Since this is based on RandLA and people had prob…
-
Thanks for your excellent work about point cloud semantic segmentaton。
I have tested the S3DIS dataset with the code you shared。But my own dataset is same as semantic3D dataset,so I want to know if y…
-
胡博士你好,我最近也在跑您的神经网络,但是在进行环境配置sh compile_op.sh的时候,出现了下面的问题:
running install
running build
running build_ext
cythoning knn.pyx to knn.cpp
/home/nvidia/anaconda3/envs/randlanet2/lib/python3.5/site-…
-
Hey @QingyongHu , can you help me understand the right way to import the .ply files because open3d's read_point_cloud function can't import them. I get the error: Read PLY failed: number of vertex
-
hi @QingyongHu
when I run python data_prepare_semantic3d.py ,error occurred :
/data/sws/RandLA-Net/semantic3d/sg27_station2_intensity_rgb.txt
terminate called after throwing an instance of 's…
-
-
@QingyongHu
I'm trying to run ''data_prepare_s3dis.py'' file and it's showing me this error:
'''
randla-net\data\S3DIS\Stanford3dDataset_v1.2_Aligned_Version/Area_1/conferenceRoom_1/Annotations
…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues).
- [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/gettin…
-
I test it on area5, why the performance on S3DIS is much lower than official code(the tensorflow version) ?
-
I created docker-image and installed required packages. Pre-trained models downloaded from [here](https://drive.google.com/drive/folders/1iU8yviO3TP87-IexBXsu13g6NklwEkXB)
```
python main_Semantic…