LiuShihHung / GICN

52 stars 7 forks source link

Missing weights for semantic network #2

Open KernelA opened 4 years ago

KernelA commented 4 years ago

How can i use semantic net in your project?

The semantic net was used in center selection mechanism in the paper, but in the code this part is commented out and no weights.

FishWantToFly commented 4 years ago

We provide predicted semantic labels of Area 5 in data_s3dis/SCN_prediction/area5 folder. The code about this part is at https://github.com/LiuShihHung/GICN/blob/29cd2975e539cf09e270159934d4ca3a7da01f0a/main_eval.py#L195-L207

You can use your own semantic prediction to replace with our semantic prediction. We won't provide semantic network (SCN) pretrained weights here.