CoolFace
Datasetpublic

davanstrien/sam3-segment-test

Image Segmentation: Photograph using SAM3 This dataset contains semantic segmentation maps for photograph segmented in images from davanstrien/newspapers-with-images-after-photography using Meta's SAM3. Generated using: uv-scripts/sam3 segmentation script Statistics Objects Segmented: photograph Total Instances: 0 Images with Detections: 0 / 10 (0.0%) Average Instances per Image: 0.00 Output Format: semantic-mask Processing Details Source… See the full description on the dataset page: https://huggingface.co/datasets/davanstrien/sam3-segment-test.

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes21downloads
Dataset Card

Image Segmentation: Photograph using SAM3

This dataset contains semantic segmentation maps for photograph segmented in images from davanstrien/newspapers-with-images-after-photography using Meta's SAM3.

Generated using: uv-scripts/sam3 segmentation script

Statistics

  • Objects Segmented: photograph
  • Total Instances: 0
  • Images with Detections: 0 / 10 (0.0%)
  • Average Instances per Image: 0.00
  • Output Format: semantic-mask

Processing Details

Reproduction

bash
uv run https://huggingface.co/datasets/uv-scripts/sam3/raw/main/segment-objects.py \
    davanstrien/newspapers-with-images-after-photography \
    <output-dataset> \
    --class-name photograph \
    --output-format semantic-mask \
    --confidence-threshold 0.3 \
    --mask-threshold 0.5  --include-boxes

Generated with UV Scripts