minchul commited on
Commit
c25d296
1 Parent(s): 31f4e3b

Upload directory

Browse files
models/vit_kprpe/configs/v1_base_kprpe_splithead_unshared.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ input_size: [3, 112, 112]
2
+ color_space: 'RGB'
3
+ name: 'base'
4
+ output_dim: 512
5
+ start_from: ''
6
+ freeze: False
7
+
8
+ mask_ratio: 0.0
9
+ rpe_config:
10
+ name: KPRPE_shared
11
+ rpe_on: k
12
+ shared_head: True
13
+ mode: ctx
14
+ method: product
15
+ ratio: 1.9
16
+ ctx_type: 'rel_keypoint_splithead_unshared'
17
+ num_keypoints: 5