Pointcept / Pointcept

Pointcept: a codebase for point cloud perception research. Latest works: PTv3 (CVPR'24 Oral), PPT (CVPR'24), OA-CNNs (CVPR'24), MSC (CVPR'23)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About performance of the checkpoint on Huggingface

trinhtuanvubk opened this issue · comments

I have tested the model_best.pth on S3dis dataset but the acc is around 0.5 and mIoU is around 0.2.
I think its quite bad, Did you upload the best checkpoint or just upload an example for testing ?
Thank you

Hi, as mentioned in README, our model structured is adjusted, and the old model weight is not valid for the current version of the code. If you need to use this old released weight, you can use the code with tag 1.5.1 (https://github.com/Pointcept/Pointcept/releases/tag/v1.5.1).

Oh, thank you for the information. I have also test on 1.5.1 code version, the results seem to have improved a bit but are still low
Screenshot 2024-04-11 at 17 25 49

formation. I have also test on 1.5.1 code version, the re

Remove your cached prediction (result) in exp_folder and run inference again.

It works perfectly, thank you for your guidance. Im looking forward to your new updates