MenghaoGuo / PCT

Jittor implementation of PCT:Point Cloud Transformer
661 stars 80 forks source link

What is cls_label in parseg Network? #8

Closed EJShim closed 3 years ago

EJShim commented 3 years ago

I am trying to run simple optimization using this segmentation netowrk, but I cannot fully understand what cls_label parameter in partseg network.

Do I have to run classification before conducting segmentation or something like that?

Thank you.

MenghaoGuo commented 3 years ago

Hi, For segmentation, cls_label is not necessary. The cls_label is used only in shapenet part segmentation dataset for fair comparison.

EJShim commented 3 years ago

Thank you very much for your code and reply :)