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 hashes)

Uploaded Source

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