filaPro / oneformer3d

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

S3DISOneFormer3D has 2 loss #23

Closed mcmingchang closed 9 months ago

mcmingchang commented 9 months ago

S3DISOneFormer3D has 2 loss

filaPro commented 9 months ago

so, what is your question about?)

mcmingchang commented 9 months ago

Does the default use the second loss?

filaPro commented 9 months ago

Yes, default config for S3DIS dataset includes model.criterion.sem_criterion for semantic segmentation and model.criterion.inst_criterion for instance segmentation.