davanstrien HF Staff commited on
Commit
93a7b70
·
verified ·
1 Parent(s): c25fecc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -63
README.md CHANGED
@@ -6,62 +6,6 @@ tags:
6
  - segmentation-masks
7
  - uv-script
8
  - generated
9
- configs:
10
- - config_name: default
11
- data_files:
12
- - split: train
13
- path: data/train-*
14
- dataset_info:
15
- features:
16
- - name: text
17
- dtype: string
18
- - name: mean_ocr
19
- dtype: float64
20
- - name: std_ocr
21
- dtype: float64
22
- - name: title
23
- dtype: string
24
- - name: date
25
- dtype: string
26
- - name: language
27
- list: string
28
- - name: item_iiif_url
29
- dtype: string
30
- - name: multi_language
31
- dtype: bool
32
- - name: issue_uri
33
- dtype: string
34
- - name: id
35
- dtype: string
36
- - name: image
37
- dtype: image
38
- - name: download_status
39
- dtype: string
40
- - name: download_retries
41
- dtype: int64
42
- - name: download_url
43
- dtype: string
44
- - name: segmentation_map
45
- dtype: image
46
- - name: num_instances
47
- dtype: int32
48
- - name: scores
49
- list: float32
50
- - name: category
51
- list:
52
- class_label:
53
- names:
54
- '0': photograph
55
- - name: boxes
56
- list:
57
- list: float32
58
- length: 4
59
- splits:
60
- - name: train
61
- num_bytes: 12529268
62
- num_examples: 10
63
- download_size: 12528009
64
- dataset_size: 12529268
65
  ---
66
 
67
  # Image Segmentation: Photograph using SAM3
@@ -74,7 +18,7 @@ This dataset contains **semantic segmentation maps** for **photograph** segmente
74
 
75
  - **Objects Segmented**: photograph
76
  - **Total Instances**: 0
77
- - **Images with Detections**: 0 / 3 (0.0%)
78
  - **Average Instances per Image**: 0.00
79
  - **Output Format**: semantic-mask
80
 
@@ -82,11 +26,11 @@ This dataset contains **semantic segmentation maps** for **photograph** segmente
82
 
83
  - **Source Dataset**: [davanstrien/newspapers-with-images-after-photography](https://huggingface.co/datasets/davanstrien/newspapers-with-images-after-photography)
84
  - **Model**: [facebook/sam3](https://huggingface.co/facebook/sam3)
85
- - **Processing Date**: 2026-03-30 15:37 UTC
86
- - **Processing Time**: 0.2 minutes
87
- - **Confidence Threshold**: 0.5
88
  - **Mask Threshold**: 0.5
89
- - **Includes Bounding Boxes**: No
90
 
91
  ## Reproduction
92
 
@@ -96,8 +40,8 @@ uv run https://huggingface.co/datasets/uv-scripts/sam3/raw/main/segment-objects.
96
  <output-dataset> \
97
  --class-name photograph \
98
  --output-format semantic-mask \
99
- --confidence-threshold 0.5 \
100
- --mask-threshold 0.5
101
  ```
102
 
103
  ---
 
6
  - segmentation-masks
7
  - uv-script
8
  - generated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # Image Segmentation: Photograph using SAM3
 
18
 
19
  - **Objects Segmented**: photograph
20
  - **Total Instances**: 0
21
+ - **Images with Detections**: 0 / 10 (0.0%)
22
  - **Average Instances per Image**: 0.00
23
  - **Output Format**: semantic-mask
24
 
 
26
 
27
  - **Source Dataset**: [davanstrien/newspapers-with-images-after-photography](https://huggingface.co/datasets/davanstrien/newspapers-with-images-after-photography)
28
  - **Model**: [facebook/sam3](https://huggingface.co/facebook/sam3)
29
+ - **Processing Date**: 2026-03-30 15:54 UTC
30
+ - **Processing Time**: 0.3 minutes
31
+ - **Confidence Threshold**: 0.3
32
  - **Mask Threshold**: 0.5
33
+ - **Includes Bounding Boxes**: Yes
34
 
35
  ## Reproduction
36
 
 
40
  <output-dataset> \
41
  --class-name photograph \
42
  --output-format semantic-mask \
43
+ --confidence-threshold 0.3 \
44
+ --mask-threshold 0.5 --include-boxes
45
  ```
46
 
47
  ---