WUT-AI-AI4Mat commited on
Commit
dd98b72
·
verified ·
1 Parent(s): 90f068f

Upload model card and dataset checkpoints

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. checkpoint_manifest.json +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ the exact `sam2.1_hiera_base_plus.pt` base checkpoint and
21
  `configs/sam2.1/sam2.1_hiera_b+.yaml`.
22
 
23
  Source code:
24
- https://github.com/WUT-AI-AI4Mat/microstructure-segmentation-benchmark
25
 
26
  ## Fine-Tuning Routes and Checkpoints
27
 
@@ -81,9 +81,9 @@ class count from the table.
81
  ## Inference Parameters
82
 
83
  Automatic mask generation uses `points_per_side=32`, `points_per_batch=64`,
84
- `pred_iou_thresh=0.8`, `stability_score_thresh=0.8`, and `crop_n_layers=0`.
85
- Padded regions are removed before predictions are restored to the original
86
- image size.
87
 
88
  ## Evaluation, Intended Use, and Limitations
89
 
 
21
  `configs/sam2.1/sam2.1_hiera_b+.yaml`.
22
 
23
  Source code:
24
+ https://github.com/WUT-AI-AI4Mat/Segmentation-methods-evaluation-for-quantitative-microstructure-analysis
25
 
26
  ## Fine-Tuning Routes and Checkpoints
27
 
 
81
  ## Inference Parameters
82
 
83
  Automatic mask generation uses `points_per_side=32`, `points_per_batch=64`,
84
+ `pred_iou_thresh=0.8`, `stability_score_thresh=0.8`, `box_nms_thresh=0.7`, and
85
+ `crop_n_layers=0`. Padded regions are removed before predictions are restored
86
+ to the original image size.
87
 
88
  ## Evaluation, Intended Use, and Limitations
89
 
checkpoint_manifest.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "model": "SAM2.1 Hiera Base+",
3
- "source_code": "https://github.com/WUT-AI-AI4Mat/microstructure-segmentation-benchmark",
4
  "checkpoint_count": 7,
5
  "checkpoints": [
6
  {
 
1
  {
2
  "model": "SAM2.1 Hiera Base+",
3
+ "source_code": "https://github.com/WUT-AI-AI4Mat/Segmentation-methods-evaluation-for-quantitative-microstructure-analysis",
4
  "checkpoint_count": 7,
5
  "checkpoints": [
6
  {