Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
•
da6352d
1
Parent(s):
e8bad6c
Add yaml file
Browse files- configs/default_hparams.yaml +11 -0
configs/default_hparams.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mask_gen_hparams:
|
2 |
+
points_per_side: 64
|
3 |
+
points_per_batch: 128
|
4 |
+
pred_iou_thresh: 0.7
|
5 |
+
stability_score_thresh: 0.92
|
6 |
+
stability_score_offset: 0.7
|
7 |
+
crop_n_layers: 1
|
8 |
+
box_nms_thresh: 0.7
|
9 |
+
crop_n_points_downscale_factor: 2
|
10 |
+
min_mask_region_area: 25.0
|
11 |
+
use_m2m: true
|