GAPointNet
GAPointNet copied to clipboard
Reimplementation
Hello!
I have decided to reimplement the paper. The approach of using attention to graph networks is excellent. My main motivation was putting a little bit more OOP on the table, plus Keras functionality.
Here it is: https://github.com/AI-Guru/pointcloud_experiments
It includes PointNet for comparisons.