charlesCXK / TorchSSC

Implement some state-of-the-art methods of Semantic Scene Completion (SSC) task in PyTorch. [1] 3D Sketch-aware Semantic Scene Completion via Semi-supervised Structure Prior (CVPR 2020)
MIT License
62 stars 14 forks source link

Classwise performance SUNCG dataset #8

Closed luigui2906 closed 3 years ago

luigui2906 commented 3 years ago

Hi,

Congrats again for the good work. I wanted to know if you could provide class-wise results for the method on SUNCG. I checked supplementary but only provides global mIoU and IoU. I am doing some comparisons and would like to add detailed results since you are the best scoring method on SUNCG.

Best.