RandLA-Net-pytorch icon indicating copy to clipboard operation
RandLA-Net-pytorch copied to clipboard

:four_leaf_clover: Pytorch Implementation of RandLA-Net (https://arxiv.org/abs/1911.11236)

Results 19 RandLA-Net-pytorch issues
Sort by recently updated
recently updated
newest added

RuntimeError: weight tensor should be defined either for all 19 classes or no classes but got weight tensor of shape: [1, 19] how to solve

![1](https://github.com/tsunghan-wu/RandLA-Net-pytorch/assets/113085596/35074e20-e159-4601-9623-1c1d2cbd1204) ![2](https://github.com/tsunghan-wu/RandLA-Net-pytorch/assets/113085596/f473f89b-c3da-4beb-9920-368f487864af) I have trained 30 epoches. The best accuracy and iou is only 33.75% and 23.16%, respectively. I have used 1800 samples in Nuscense dataset. Each sample contains 34000...

hi, tanks you for your great work! I run the test, but the min_possibility always 0, have you this problem, or why this happen? thank for your reply in your...

I use the pre-trained model to test the sequence 08, and i get 52.9% mean IoU but i find the visualization seems work badly

if mean_iou > self.highest_val_iou: self.hightest_val_iou = mean_iou code there wrong

when I run python train_SemanticKITTI.py , an error happen: 100%|███████████████████████████████████████| 4541/4541 [04:12

How to conduct online test

code errors in utils.semkitti_vis.laserscan.py https://github.com/tsunghan-wu/RandLA-Net-pytorch/blob/75adeacdb796db07e69ba990c36409c5d3ee886b/utils/semkitti_vis/laserscan.py#L254 This code actually uses the predicted label number as the color number, so although the color configuration file in semantic kitti is changed, the color...

when I run evaluate_SemanticKITTI.py,the output is abnormal When running test.py, there seems to be no output `root@in_dev_docker RandLA-Net-pytorch $ python3 evaluate_SemanticKITTI.py --dataset lidar_seg/RandLA-Net-pytorch/data/nvme1/SemanticKITTI/randla_data --predictions lidar_seg/RandLA-Net-pytorch/runs/kitti --sequence 8 ******************************************************************************** INTERFACE: Eval...