pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.29k stars 3.65k forks source link

PointNet++ IoU is per-class or per-instance ? #862

Open AruniRC opened 4 years ago

AruniRC commented 4 years ago

Are the segmentation IoU per-class or per-instance, for the example segmentation code for PointNet++ and DGCNN ?

rusty1s commented 4 years ago

Since we are only operating on the Airplane dataset, the example script reports the IoU for a single class.