Pointcept / PointTransformerV2

[NeurIPS'22] An official PyTorch implementation of PTv2.
347 stars 23 forks source link

checkpoint for the test #27

Open gcxamy opened 1 year ago

gcxamy commented 1 year ago

hello, I think your work is really excellent. Well, it is a little difficult for me to train s3dis, could you offer me your checkpoint? Thank you so much.

Gofinge commented 1 year ago

Sure, here is the download link (for the released config). According to feedback from issues, the released 3-stage config is not stable. Maybe a 4-stage config as the original paper is better.

Yukichiii commented 1 year ago

Hi, could you also share the checkpoint for ScanNet v2 20 ? It will be really helpful. Thanks a lot!

Gofinge commented 1 year ago

Sure, here. The checkpoint is used for codebase released reproduced result.

EricLina commented 1 year ago

Sure, here is the download link (for the released config). According to feedback from issues, the released 3-stage config is not stable. Maybe a 4-stage config as the original paper is better.

According to the 3-stage settings, I ran the refine version of the 3-stage ptv2m2 on S3DIS with TotalBatchSize = 4 (2 A100/40G), but the results obtained are slightly lower.

Is this due to three-stage instability, or is it because of my Batchsize problem?

  | mIoU | mAcc | OA -- | -- | -- | -- V2m2_reproduce | 70.44 | 76.51 | 90.79 V2m2_paper | 71.6 | 77.9 | 91.1
YOOOOOL commented 11 months ago

Thank you for your work. Could you please provide the checkpoint of spconv_unet in s3dis and scannet data sets? My computing resources are limited

OmSh01 commented 6 months ago

Hello, thank you for your work. Could you also provide the checkpoint for semantic kitti please?