Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +48 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch_model_hub_mixin
|
4 |
+
- model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using ****:
|
8 |
+
- Repo: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cfg": {
|
3 |
+
"arch": "MaGGIe_Temp",
|
4 |
+
"aspp": {
|
5 |
+
"in_channels": 512,
|
6 |
+
"out_channels": 512
|
7 |
+
},
|
8 |
+
"decoder": "res_shortcut_inst_matt_spconv_temp_22",
|
9 |
+
"decoder_args": {
|
10 |
+
"atten_block": 2,
|
11 |
+
"atten_dim": 128,
|
12 |
+
"atten_head": 1,
|
13 |
+
"atten_stride": 1,
|
14 |
+
"detail_mask_dropout": 0.1,
|
15 |
+
"final_channel": 64,
|
16 |
+
"freeze_detail_branch": false,
|
17 |
+
"head_channel": 120,
|
18 |
+
"max_inst": 10,
|
19 |
+
"temp_method": "bi_fusion",
|
20 |
+
"use_id_pe": true,
|
21 |
+
"warmup_detail_iter": 3000,
|
22 |
+
"warmup_mask_atten_iter": 0
|
23 |
+
},
|
24 |
+
"encoder": "res_shortcut_embed_29",
|
25 |
+
"encoder_args": {
|
26 |
+
"num_embed": 3,
|
27 |
+
"num_mask": 10,
|
28 |
+
"pretrained": true
|
29 |
+
},
|
30 |
+
"having_unused_params": false,
|
31 |
+
"loss_alpha_grad_w": 0.05,
|
32 |
+
"loss_alpha_lap_w": 0.05,
|
33 |
+
"loss_alpha_type": "l1",
|
34 |
+
"loss_alpha_w": 1.0,
|
35 |
+
"loss_atten_w": 5.0,
|
36 |
+
"loss_dtSSD_w": 1.0,
|
37 |
+
"loss_reweight_os8": true,
|
38 |
+
"shm": {
|
39 |
+
"dilation_kernel": 15,
|
40 |
+
"lr_scale": 0.5,
|
41 |
+
"max_n_pixel": 4000000,
|
42 |
+
"mgm_weights": ""
|
43 |
+
},
|
44 |
+
"sync_bn": true,
|
45 |
+
"warmup_iters": 500,
|
46 |
+
"weights": "checkpoints/video/best_model.pth"
|
47 |
+
}
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9a811070ed214593dd0fc2e0d39f67e875ef932859012f2881eb4777138af8b
|
3 |
+
size 123801252
|