ncslgr

Les références:

ensemble_de_données entier

Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :

ds = tfds.load('huggingface:ncslgr/entire_dataset')
  • Description :
A small corpus of American Sign Language (ASL) video data from native signers, annotated with non-manual features.
  • Licence : Aucune licence connue
  • Version : 0.7.0
  • Divisions :
Diviser Exemples
'train' 870
  • Caractéristiques :
{
    "eaf": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentences": {
        "feature": {
            "gloss": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "videos": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

annotations

Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :

ds = tfds.load('huggingface:ncslgr/annotations')
  • Description :
A small corpus of American Sign Language (ASL) video data from native signers, annotated with non-manual features.
  • Licence : Aucune licence connue
  • Version : 0.7.0
  • Divisions :
Diviser Exemples
'train' 870
  • Caractéristiques :
{
    "eaf": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentences": {
        "feature": {
            "gloss": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "videos": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}