mirror of
https://github.com/wassname/PointCNN.git
synced 2026-09-10 11:40:19 +08:00
Significantly clean and document code base. Project approximately complete.
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user