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

all the points are predicted to be the same class

mai4567 opened this issue · comments

hi,thanks for your contribution!
when i using my own s3dis like dataset for training an Instance Segmentation model,i just got an error output:all the points are predicted to be the same class(background)。
here are my trainning logs and my dataset。can you give me some advice?
微信图片_20240514092940
微信图片_20240514095324

Hi, could you provide a more detailed train.log?

Hi, could you provide a more detailed train.log?

train.log

Hi, I checked the log,

  1. It seem that background should be treated as a ignore segment?
  2. Also to ensure that trainining augmentation is aligned with validation alignment, maybe add an centershift after crop is better;
  3. Some scale parameter for PointGroup should be adjust, but I am not an expert, just do more experiment.