DavidHanSZ commited on
Commit
e170e45
·
verified ·
1 Parent(s): 405f3e8

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PointNetClassification"
4
+ ],
5
+ "model_type": "pointnet",
6
+ "num_classes": 40,
7
+ "num_points": 1024,
8
+ "dropout": 0.3,
9
+ "paper": "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation",
10
+ "arxiv": "1612.00593"
11
+ }