tsunghan-wu / RandLA-Net-pytorch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have tried on the nuscense dataset. The results seem not well.

didiwei60 opened this issue · comments

1
2
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 points.
The learning rate is set to 0.001. CosineAnnealingLR strategy is token..
I wonder if anything wrong with me. Thank you very much.