im-wali commited on
Commit
697566e
·
verified ·
1 Parent(s): 093e798

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -1 +1,8 @@
1
- {"model_type": "AutoModelForDepthEstimation","architectures": ["ResNet50ForPoseEstimation"], "num_labels": 34, "image_size": 224}
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "resnet",
3
+ "architectures": [
4
+ "ResNet50ForPoseEstimation"
5
+ ],
6
+ "num_labels": 34, # keypoints (x, y)의 총 개수
7
+ "image_size": 224
8
+ }