Upload 10 files
Browse files- pretrained/R50/args.yaml +24 -0
- pretrained/R50/best_checkpoint.pth +3 -0
- pretrained/SN_0_5/args.yaml +24 -0
- pretrained/SN_0_5/best_checkpoint.pth +3 -0
- pretrained/SN_1_0/args.yaml +24 -0
- pretrained/SN_1_0/best_checkpoint.pth +3 -0
- pretrained/SN_1_5/args.yaml +24 -0
- pretrained/SN_1_5/best_checkpoint.pth +3 -0
- pretrained/SN_2_0/args.yaml +24 -0
- pretrained/SN_2_0/best_checkpoint.pth +3 -0
pretrained/R50/args.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
arch: denuc_det_r50
|
| 2 |
+
batch_size_per_gpu: 32
|
| 3 |
+
bg_point_coef: 0.5
|
| 4 |
+
cls_coef: 1.0
|
| 5 |
+
cls_type: ce
|
| 6 |
+
datasets: puma,brcam2c,ocelot
|
| 7 |
+
dist_url: env://
|
| 8 |
+
epochs: 100
|
| 9 |
+
eval_nms: 12.0
|
| 10 |
+
exp_name: denuc_experiment
|
| 11 |
+
img_size: 256
|
| 12 |
+
lr: 0.001
|
| 13 |
+
match_topk: 1
|
| 14 |
+
min_lr: 1.0e-06
|
| 15 |
+
num_workers: 4
|
| 16 |
+
optimizer: adamw
|
| 17 |
+
reg_coef: 0.005
|
| 18 |
+
reg_type: l2
|
| 19 |
+
resume: false
|
| 20 |
+
resume_exp_name: ''
|
| 21 |
+
save_freq: 1
|
| 22 |
+
seed: 0
|
| 23 |
+
use_fp16: false
|
| 24 |
+
weight_decay: 0.0001
|
pretrained/R50/best_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3b2f33026aea49a3de54bd8bbb6db611b3b1ea1c85b813da95a8250b9a5f4b3
|
| 3 |
+
size 307788750
|
pretrained/SN_0_5/args.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
arch: denuc_det_shufflenet_x0_5
|
| 2 |
+
batch_size_per_gpu: 32
|
| 3 |
+
bg_point_coef: 0.5
|
| 4 |
+
cls_coef: 1.0
|
| 5 |
+
cls_type: ce
|
| 6 |
+
datasets: puma,brcam2c,ocelot
|
| 7 |
+
dist_url: env://
|
| 8 |
+
epochs: 100
|
| 9 |
+
eval_nms: 12.0
|
| 10 |
+
exp_name: denuc_experiment
|
| 11 |
+
img_size: 256
|
| 12 |
+
lr: 0.001
|
| 13 |
+
match_topk: 1
|
| 14 |
+
min_lr: 1.0e-06
|
| 15 |
+
num_workers: 4
|
| 16 |
+
optimizer: adamw
|
| 17 |
+
reg_coef: 0.005
|
| 18 |
+
reg_type: l2
|
| 19 |
+
resume: false
|
| 20 |
+
resume_exp_name: ''
|
| 21 |
+
save_freq: 1
|
| 22 |
+
seed: 0
|
| 23 |
+
use_fp16: false
|
| 24 |
+
weight_decay: 0.0001
|
pretrained/SN_0_5/best_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0990f8c063818cd1c9804f13b66fae721001e8d521f090a730185f1f32c6795b
|
| 3 |
+
size 4417892
|
pretrained/SN_1_0/args.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
arch: denuc_det_shufflenet_x1_0
|
| 2 |
+
batch_size_per_gpu: 32
|
| 3 |
+
bg_point_coef: 0.5
|
| 4 |
+
cls_coef: 1.0
|
| 5 |
+
cls_type: ce
|
| 6 |
+
datasets: puma,brcam2c,ocelot
|
| 7 |
+
dist_url: env://
|
| 8 |
+
epochs: 100
|
| 9 |
+
eval_nms: 12.0
|
| 10 |
+
exp_name: denuc_experiment
|
| 11 |
+
img_size: 256
|
| 12 |
+
lr: 0.001
|
| 13 |
+
match_topk: 1
|
| 14 |
+
min_lr: 1.0e-06
|
| 15 |
+
num_workers: 4
|
| 16 |
+
optimizer: adamw
|
| 17 |
+
reg_coef: 0.005
|
| 18 |
+
reg_type: l2
|
| 19 |
+
resume: false
|
| 20 |
+
resume_exp_name: ''
|
| 21 |
+
save_freq: 1
|
| 22 |
+
seed: 0
|
| 23 |
+
use_fp16: false
|
| 24 |
+
weight_decay: 0.0001
|
pretrained/SN_1_0/best_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe01a77d843f4bda770c4530178102f113ebac7d2e7e697b0c703f70b454fb1
|
| 3 |
+
size 12589476
|
pretrained/SN_1_5/args.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
arch: denuc_det_shufflenet_x1_5
|
| 2 |
+
batch_size_per_gpu: 32
|
| 3 |
+
bg_point_coef: 0.5
|
| 4 |
+
cls_coef: 1.0
|
| 5 |
+
cls_type: ce
|
| 6 |
+
datasets: puma,brcam2c,ocelot
|
| 7 |
+
dist_url: env://
|
| 8 |
+
epochs: 100
|
| 9 |
+
eval_nms: 12.0
|
| 10 |
+
exp_name: denuc_experiment
|
| 11 |
+
img_size: 256
|
| 12 |
+
lr: 0.001
|
| 13 |
+
match_topk: 1
|
| 14 |
+
min_lr: 1.0e-06
|
| 15 |
+
num_workers: 4
|
| 16 |
+
optimizer: adamw
|
| 17 |
+
reg_coef: 0.005
|
| 18 |
+
reg_type: l2
|
| 19 |
+
resume: false
|
| 20 |
+
resume_exp_name: ''
|
| 21 |
+
save_freq: 1
|
| 22 |
+
seed: 0
|
| 23 |
+
use_fp16: false
|
| 24 |
+
weight_decay: 0.0001
|
pretrained/SN_1_5/best_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd55570c570b52c00296d86f5d8216c2c5e959f77b93507475bba747f4715e6b
|
| 3 |
+
size 32268388
|
pretrained/SN_2_0/args.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
arch: denuc_det_shufflenet_x2_0
|
| 2 |
+
batch_size_per_gpu: 32
|
| 3 |
+
bg_point_coef: 0.5
|
| 4 |
+
cls_coef: 1.0
|
| 5 |
+
cls_type: ce
|
| 6 |
+
datasets: puma,brcam2c,ocelot
|
| 7 |
+
dist_url: env://
|
| 8 |
+
epochs: 100
|
| 9 |
+
eval_nms: 12.0
|
| 10 |
+
exp_name: denuc_experiment
|
| 11 |
+
img_size: 256
|
| 12 |
+
lr: 0.001
|
| 13 |
+
match_topk: 1
|
| 14 |
+
min_lr: 1.0e-06
|
| 15 |
+
num_workers: 4
|
| 16 |
+
optimizer: adamw
|
| 17 |
+
reg_coef: 0.005
|
| 18 |
+
reg_type: l2
|
| 19 |
+
resume: false
|
| 20 |
+
resume_exp_name: ''
|
| 21 |
+
save_freq: 1
|
| 22 |
+
seed: 0
|
| 23 |
+
use_fp16: false
|
| 24 |
+
weight_decay: 0.0001
|
pretrained/SN_2_0/best_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13a744fd2ab02003e58a2f4750037219b620488f62f11fd31a074661d0c02ee3
|
| 3 |
+
size 52425380
|