Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|