Spaces:
Runtime error
Runtime error
Nadine Rueegg
commited on
Commit
•
e9f3fa1
1
Parent(s):
3eb7d27
update to cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0
Browse files- checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0/checkpoint.pth.tar +3 -0
- checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0/refinement_loss_weights_withgc_withvertexwise_addnonflat_forrelease_v0.json +20 -0
- scripts/gradio_demo.py +1 -1
checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0/checkpoint.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4487a1bff0fdc9e3bb6816cbf312fdec205aae2d250d189759e5d4a5f4f58674
|
3 |
+
size 639465445
|
checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0/refinement_loss_weights_withgc_withvertexwise_addnonflat_forrelease_v0.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
|
4 |
+
{
|
5 |
+
"keyp_ref": 0.2,
|
6 |
+
"silh_ref": 50.0,
|
7 |
+
"pose_legs_side": 1.0,
|
8 |
+
"pose_legs_tors": 1.0,
|
9 |
+
"pose_tail_side": 1.0,
|
10 |
+
"pose_tail_tors": 1.0,
|
11 |
+
"pose_spine_side": 0.0,
|
12 |
+
"pose_spine_tors": 0.0,
|
13 |
+
"reg_trans": 0.0,
|
14 |
+
"reg_flength": 0.0,
|
15 |
+
"reg_pose": 0.0,
|
16 |
+
"gc_plane": 5.0,
|
17 |
+
"gc_blowplane": 5.0,
|
18 |
+
"gc_vertexwise": 10.0,
|
19 |
+
"gc_isflat": 0.5
|
20 |
+
}
|
scripts/gradio_demo.py
CHANGED
@@ -160,7 +160,7 @@ def run_bbox_inference(input_image):
|
|
160 |
# -------------------------------------------------------------------------------------------------------------------- #
|
161 |
args_config = "refinement_cfg_test_withvertexwisegc_csaddnonflat.yaml"
|
162 |
# args_model_file_complete = "cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar"
|
163 |
-
args_model_file_complete = "
|
164 |
args_suffix = "ttopt_v0"
|
165 |
args_loss_weight_ttopt_path = "bite_loss_weights_ttopt.json"
|
166 |
args_workers = 12
|
|
|
160 |
# -------------------------------------------------------------------------------------------------------------------- #
|
161 |
args_config = "refinement_cfg_test_withvertexwisegc_csaddnonflat.yaml"
|
162 |
# args_model_file_complete = "cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar"
|
163 |
+
args_model_file_complete = "cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0_forrelease_v0/checkpoint.pth.tar"
|
164 |
args_suffix = "ttopt_v0"
|
165 |
args_loss_weight_ttopt_path = "bite_loss_weights_ttopt.json"
|
166 |
args_workers = 12
|