WeijingShi / Point-GNN

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud, CVPR 2020.
MIT License
523 stars 114 forks source link

Code Implementation #78

Open Afzal786 opened 3 years ago

Afzal786 commented 3 years ago

Hi @WeijingShi I am trying to implement your code using pytorch geometric... I am facing some issues...Have you tried implementing it using pytorch geometric...?

abhigoku10 commented 3 years ago

@Afzal786 are you implementing using pytorch can you share the source code ??

WeijingShi commented 3 years ago

Hi @Afzal786, I have not tried pytorch geometric. Here is some community effort using pytorch here (thanks to @Shudeng). Hope it helps.