SC-shendazt

Results 25 comments of SC-shendazt

> > > > After struggling for almost a week, I successfully run RandLA-Net on my computer by docker, and my environment is RTX3070 + cuda11.1 + cudnn8.0.4 + python3.6.9...

> Hi, have you tried to modify the code to adapt MinkowskiEngine 0.5? I have tried the modify the segmentation code. But I found the mIoU drops 3% on S3DIS...

> 是可以使用的,已经在点云分割任务使用过了。 > > 关于维度报错的问题,这里建议都拉成一维再使用,eg:[B,n]。 点云中有效果吗,如果做语义分割

Hello, Dr.HuguesTHOMAS, I verified ‘def prepare_NPM3D_ply(self): ’function as you said, and generated two .ply files Vaihingen3D_train.ply and Vaihingen3D_test.ply in the train_folder.But there was a mistake at the end of round...

The error message is the same: ![Uploading 5.png…]() Traceback (most recent call last): File "/media/zt/D/PycharmProjects/KPConv-PyTorch-master/train_NPM3D.py", line 304, in trainer.train(net, training_loader, test_loader, config) File "/media/zt/D/PycharmProjects/KPConv-PyTorch-master/utils/trainer.py", line 274, in train self.validation(net, val_loader,...

yes,Vaihingen3D_test.ply have labels

![7(1)](https://user-images.githubusercontent.com/74888508/164753252-a337a1fe-e7dd-4641-b1e5-cf8c943347fc.jpg)

Thank you for your reply. I will try to trace the cause

When I printed ‘self.min_potentials’, I found that ‘self.min_potentials’ was empty inside and that the set validation was also empty,Perhaps I have set self.validation_split incorrectly? ![9](https://user-images.githubusercontent.com/74888508/164844505-a41f14f2-f57e-4948-9b9c-e049903b4e5f.png) ![8](https://user-images.githubusercontent.com/74888508/164844531-9ab14b93-0b51-402e-8868-503b2663a78f.png)

Hi Dr.HuguesTHOMAS, I have successfully run the Vaihingen _3D dataset, I set self.validation_split=1 and then added a '[ ]' at line 432 in the util\trainer.py module ![1](https://user-images.githubusercontent.com/74888508/164959869-6862945b-4f55-4412-b07e-2b517b8bfb03.png) ![2](https://user-images.githubusercontent.com/74888508/164959878-bc332cdf-d35b-479b-be98-645e8578c6c8.png) ![3](https://user-images.githubusercontent.com/74888508/164959880-ca41418f-79c6-4d11-a0ca-f6ae06ff03a4.png)