Skip to main content

AIHub 데이터를 TFRecord 방식으로 가공하기 위한 프로젝트

Project description

tfds aihub

AIhub 데이터를 tfrecord 형태로 GCS에 저장/캐싱하기 위한 코드.

데이터셋

K-Fashion Image(k_fashion_image)

  • Version: 1.1

  • splits

    • Training: 967806
    • Validation: 120975
  • Features:

      ```python
      tfds.features.FeaturesDict(
          {
              "image": tfds.features.Image(shape=(None, None, 3)),
              "objects": tfds.features.Sequence({
                  "type": tfds.features.ClassLabel(names=_BBOX_TYPE),
                  "bbox": tfds.features.BBoxFeature(),
                  "segmentation_mask": tfds.features.Image(shape=(None, None, 1)),
                  # TODO style 관련 정보
              })
          }
      )
      ```
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tfds-aihub-0.1.0.tar.gz (8.6 kB view details)

Uploaded Source

File details

Details for the file tfds-aihub-0.1.0.tar.gz.

File metadata

  • Download URL: tfds-aihub-0.1.0.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7

File hashes

Hashes for tfds-aihub-0.1.0.tar.gz
Algorithm Hash digest
SHA256 89e2c6e11be6a543c9ebc5c9ae7170dd8fbc8bda60cfa7cc29379406545fbfba
MD5 ebb6c47e9695deba15f28f4a1daf0259
BLAKE2b-256 77e4856fd099a4bd992919ec1c4e463df6622c57ede1e977dadc0808b6200bc8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page