filaPro / oneformer3d

[CVPR2024] OneFormer3D: One Transformer for Unified Point Cloud Segmentation
Other
348 stars 32 forks source link

Good results in initial epochs #12

Closed sonukiller closed 10 months ago

sonukiller commented 10 months ago

For the S3DIS, I observe that the MIOUS, AP@50 are very close to the final results in the initial epochs. But when I used the initial checkpoints for testing, the results are very bad! Do you know why it is showing good results for validation data but bad for test data?

filaPro commented 10 months ago

Hi @sonukiller ,

For S3DIS validation and test data is exactly the same. Did not you forget to run fix_spconv_checkpoint.py script between validation and test stages?

sonukiller commented 10 months ago

Thanks for the help!