alex-xun-xu / WeakSupPointCloudSeg

GNU General Public License v3.0
107 stars 9 forks source link

Performance on S3DIS(1pt) #7

Open ds0529 opened 3 years ago

ds0529 commented 3 years ago

The mIoU results of the baseline and your proposed method I got on S3DIS(1pt) are 42.5 and 43.3 respectively, which are much lower than the paper results(44.0 and 44.5). Could you please provide the training scripts or pre-trained models of the baseline and your proposed method on S3DIS(1pt).

zwy1996 commented 3 years ago

Hello,

I am very sorry to bother you, It seemed like that you can run the code on the S3DIS dataset. Could you meet the following error when validated the S3DIS dataset? And how did you deal with it? ValueError: Cannot feed value of shape (3, 4096) for Tensor 'PartGT:0', which has shape '(3, 4096, 13)

Thanks very much!