ncslgr

참고자료:

전체_데이터세트

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:ncslgr/entire_dataset')
  • 설명 :
A small corpus of American Sign Language (ASL) video data from native signers, annotated with non-manual features.
  • 라이센스 : 알려진 라이센스 없음
  • 버전 : 0.7.0
  • 분할 :
나뉘다
'train' 870
  • 특징 :
{
    "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"
    }
}

주석

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:ncslgr/annotations')
  • 설명 :
A small corpus of American Sign Language (ASL) video data from native signers, annotated with non-manual features.
  • 라이센스 : 알려진 라이센스 없음
  • 버전 : 0.7.0
  • 분할 :
나뉘다
'train' 870
  • 특징 :
{
    "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"
    }
}