Upload model card and dataset checkpoints
Browse files- README.md +4 -3
- checkpoint_manifest.json +1 -1
README.md
CHANGED
|
@@ -20,7 +20,7 @@ HQ-SAM with its ViT-B backbone. The files do not contain the full base model.
|
|
| 20 |
Load them together with `sam_hq_vit_b.pth` using the matching source script.
|
| 21 |
|
| 22 |
Source code:
|
| 23 |
-
https://github.com/WUT-AI-AI4Mat/
|
| 24 |
|
| 25 |
## Fine-Tuning Routes and Checkpoints
|
| 26 |
|
|
@@ -81,8 +81,9 @@ class count from the table.
|
|
| 81 |
## Inference Parameters
|
| 82 |
|
| 83 |
The original automatic-mask path uses `points_per_side=32`,
|
| 84 |
-
`
|
| 85 |
-
|
|
|
|
| 86 |
`stability_score_thresh=0.8`.
|
| 87 |
|
| 88 |
## Evaluation, Intended Use, and Limitations
|
|
|
|
| 20 |
Load them together with `sam_hq_vit_b.pth` using the matching source script.
|
| 21 |
|
| 22 |
Source code:
|
| 23 |
+
https://github.com/WUT-AI-AI4Mat/Segmentation-methods-evaluation-for-quantitative-microstructure-analysis
|
| 24 |
|
| 25 |
## Fine-Tuning Routes and Checkpoints
|
| 26 |
|
|
|
|
| 81 |
## Inference Parameters
|
| 82 |
|
| 83 |
The original automatic-mask path uses `points_per_side=32`,
|
| 84 |
+
`points_per_batch=64`, `pred_iou_thresh=0.85`,
|
| 85 |
+
`stability_score_thresh=0.8`, `box_nms_thresh=0.7`, and `crop_n_layers=0`. The
|
| 86 |
+
binary fine-tuned path uses `pred_iou_thresh=0.78` and
|
| 87 |
`stability_score_thresh=0.8`.
|
| 88 |
|
| 89 |
## Evaluation, Intended Use, and Limitations
|
checkpoint_manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"model": "HQ-SAM",
|
| 3 |
-
"source_code": "https://github.com/WUT-AI-AI4Mat/
|
| 4 |
"checkpoint_count": 7,
|
| 5 |
"checkpoints": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"model": "HQ-SAM",
|
| 3 |
+
"source_code": "https://github.com/WUT-AI-AI4Mat/Segmentation-methods-evaluation-for-quantitative-microstructure-analysis",
|
| 4 |
"checkpoint_count": 7,
|
| 5 |
"checkpoints": [
|
| 6 |
{
|