एसवीएचएन

सन्दर्भ:

पूर्ण_नंबर

इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:

ds = tfds.load('huggingface:svhn/full_numbers')
  • विवरण :
SVHN is a real-world image dataset for developing machine learning and object recognition algorithms with minimal requirement on data preprocessing and formatting.
It can be seen as similar in flavor to MNIST (e.g., the images are of small cropped digits), but incorporates an order of magnitude more labeled data (over 600,000 digit images)
and comes from a significantly harder, unsolved, real world problem (recognizing digits and numbers in natural scene images). SVHN is obtained from house numbers in Google Street View images.
  • लाइसेंस : कस्टम (गैर-व्यावसायिक)
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'extra' 202353
'test' 13068
'train' 33402
  • विशेषताएँ :
{
    "image": {
        "id": null,
        "_type": "Image"
    },
    "digits": {
        "feature": {
            "bbox": {
                "feature": {
                    "dtype": "int32",
                    "id": null,
                    "_type": "Value"
                },
                "length": 4,
                "id": null,
                "_type": "Sequence"
            },
            "label": {
                "num_classes": 10,
                "names": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5",
                    "6",
                    "7",
                    "8",
                    "9"
                ],
                "names_file": null,
                "id": null,
                "_type": "ClassLabel"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

क्रॉप्ड_डिजिट्स

इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:

ds = tfds.load('huggingface:svhn/cropped_digits')
  • विवरण :
SVHN is a real-world image dataset for developing machine learning and object recognition algorithms with minimal requirement on data preprocessing and formatting.
It can be seen as similar in flavor to MNIST (e.g., the images are of small cropped digits), but incorporates an order of magnitude more labeled data (over 600,000 digit images)
and comes from a significantly harder, unsolved, real world problem (recognizing digits and numbers in natural scene images). SVHN is obtained from house numbers in Google Street View images.
  • लाइसेंस : कस्टम (गैर-व्यावसायिक)
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'extra' 531131
'test' 26032
'train' 73257
  • विशेषताएँ :
{
    "image": {
        "id": null,
        "_type": "Image"
    },
    "label": {
        "num_classes": 10,
        "names": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}