Upload weights/onnx/config.json with huggingface_hub
Browse files- weights/onnx/config.json +10 -0
weights/onnx/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"threshold": 17.332719802856445,
|
| 3 |
+
"image_size": 128,
|
| 4 |
+
"backbone": "resnet18",
|
| 5 |
+
"layers": [
|
| 6 |
+
"layer2",
|
| 7 |
+
"layer3"
|
| 8 |
+
],
|
| 9 |
+
"num_neighbors": 9
|
| 10 |
+
}
|