Upload config.json with huggingface_hub
Browse files- config.json +1 -8
config.json
CHANGED
|
@@ -1,8 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "resnet",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"ResNet50ForPoseEstimation"
|
| 5 |
-
],
|
| 6 |
-
"num_labels": 34,
|
| 7 |
-
"image_size": 224
|
| 8 |
-
}
|
|
|
|
| 1 |
+
{"model_type": "AutoModelForDepthEstimation", "architectures": ["ResNet50ForPoseEstimation"], "num_labels": 34, "image_size": 224}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|