mirror of
https://github.com/wassname/PointCNN.git
synced 2026-08-20 12:00:21 +08:00
4af37be8fd98fbadc56749cccd07a6ce9f54d892
PointCNN
PyTorch implementation of PointCNN model specified in the white paper located here: https://arxiv.org/pdf/1801.07791.pdf
Current MNIST accuracy: ~96%
My coding style is somewhat unique, but ultimately geared towards maximal readability. Along with extensive documentation in the code, I use type , and code comments indicating input/outputs shapes. (x,y,z) just indicate that any value is accepted at runtime.
Description
PyTorch implementation of PointCNN model specified in the white paper located here: https://arxiv.org/pdf/1801.07791.pdf
84 KiB
Languages
Python
99.8%
Makefile
0.2%