ljchang commited on
Commit
e2e1d6b
·
verified ·
1 Parent(s): 86e9649

Upload img2pose Model

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone": null,
3
+ "bbox_reg_weights": null,
4
+ "bbox_x_factor": 1.1,
5
+ "bbox_y_factor": 1.1,
6
+ "box_batch_size_per_image": 512,
7
+ "box_bg_iou_thresh": 0.5,
8
+ "box_detections_per_img": 1000,
9
+ "box_fg_iou_thresh": 0.5,
10
+ "box_head": null,
11
+ "box_nms_thresh": 0.5,
12
+ "box_positive_fraction": 0.25,
13
+ "box_predictor": null,
14
+ "box_roi_pool": null,
15
+ "box_score_thresh": 0.05,
16
+ "expand_forehead": 0.3,
17
+ "image_mean": null,
18
+ "image_std": null,
19
+ "max_size": 1400,
20
+ "min_size": 400,
21
+ "num_classes": 2,
22
+ "pose_mean": null,
23
+ "pose_stddev": null,
24
+ "rpn_anchor_generator": null,
25
+ "rpn_batch_size_per_image": 256,
26
+ "rpn_bg_iou_thresh": 0.3,
27
+ "rpn_fg_iou_thresh": 0.5,
28
+ "rpn_head": null,
29
+ "rpn_nms_thresh": 0.4,
30
+ "rpn_positive_fraction": 0.5,
31
+ "rpn_post_nms_top_n_test": 1000,
32
+ "rpn_post_nms_top_n_train": 2000,
33
+ "rpn_pre_nms_top_n_test": 6000,
34
+ "rpn_pre_nms_top_n_train": 6000,
35
+ "threed_5_points": null,
36
+ "threed_68_points": null
37
+ }