-
Hello, I want to use the pretrained MinkUNet weight on SemanticKITTI dataset. But when I use the default configuration file to make the model, it turns out the basic channel size is different from the…
-
-
Thank you for your work and dataset.
I was trying to use VoxFormer ckpt(trained on SemanticKITTI) to do inference on the SSC-NuScene, with different depth prediction modules, but the performance afte…
-
Hello, thanks for great work.
Do you have any plans for semantic3d and s3dis dataloader for your pytorch implementation?
I tried, but it seems there are some `business rule' that I don't know. C…
-
Traceback (most recent call last):
File "E:/3DPC/KPConv-PyTorch-master/train_SemanticKitti.py", line 324, in
trainer.train(net, training_loader, test_loader, config)
File "E:\3DPC\KPConv-P…
-
Hi everyone. I have run this project passing lidar data from semantickitti to the project. I am using an nvidia GPU that is 2GB, and I am getting the following error
```
Namespace(config_path='con…
-
Hi. Really good work. I am trying to train the model but I can not debug why the losses are very high and PQ is too poor. Hope you may have some idea.
![Screenshot from 2022-11-02 16-06-46](https://u…
-
Thank you for your response @edwardzhou130. I am trying as you told me but getting this error when I try to run dataloader. I have changed lidarseg to panopticseg in line 124
![Screenshot from 2022-0…
-
Hi,
I'm training the model on my custom dataset which has format similar to SemanticKITTI. I get good results during training on validation set:
```
val: 100%|██████████| 30/30 [00:46
-
Hi @HuguesTHOMAS,
I utilized your KPConv (pytorch version) to deal with a customized dataset. The bug "Floating point exception (core dumped)" always occured during the iteration of validation data…