Significantly clean and document code base. Project approximately complete.

This commit is contained in:
Austin J. Garrett
2018-04-08 19:47:11 -04:00
parent 8a4d826f91
commit 4af37be8fd
18 changed files with 497 additions and 472 deletions
+7
View File
@@ -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.