Spaces:
Runtime error
Runtime error
Nadine Rueegg
commited on
Commit
•
1f242b4
1
Parent(s):
9663618
add checkpoints
Browse files- .gitignore +1 -1
- checkpoint/barc_normflow_pret/rgbddog_v3_model.pt +3 -0
- checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar +3 -0
- checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/refinement_loss_weights_withgc_withvertexwise_addnonflat.json +20 -0
.gitignore
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
#custom
|
3 |
-
|
4 |
debugging
|
5 |
#/datasets
|
6 |
src/smal_pytorch/smal_data/optional
|
|
|
1 |
|
2 |
#custom
|
3 |
+
#/checkpoint
|
4 |
debugging
|
5 |
#/datasets
|
6 |
src/smal_pytorch/smal_data/optional
|
checkpoint/barc_normflow_pret/rgbddog_v3_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ff03508f6b9431da1c224697ce1c68cab000758215c4a4766e136c28f828f2d
|
3 |
+
size 1725484
|
checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/checkpoint.pth.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f627024ff371ac94f488fcc12a66ec6961830d0f85e5d19da7798e7624e1e18b
|
3 |
+
size 639465445
|
checkpoint/cvpr23_dm39dnnv3barcv2b_refwithgcpervertisflat0morestanding0/refinement_loss_weights_withgc_withvertexwise_addnonflat.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": 0.0,
|
10 |
+
"pose_tail_tors": 0.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 |
+
}
|