justanhduc / graphx-conv

Official implementation of GraphX-Convolution
https://justanhduc.github.io/2019/09/29/GraphX-Convolution.html
MIT License
62 stars 17 forks source link

Could you release the voxelization and evaluation on IOU? #6

Closed xiaomingjie closed 3 years ago

xiaomingjie commented 4 years ago

Hi @justanhduc ,

The paper mentioned that you voxelized the point sets into a 32 × 32 × 32 grid and calculated the scores but I couldn't find the corresponding code here. Could you release the voxelization and evaluation on IOU?

Thank you.

justanhduc commented 4 years ago

Hi. I didn't put it here cuz it was in Tensorflow. I ported the code to pytorch here. Please check. Thanks.

xiaomingjie commented 4 years ago

Thanks very much.