workout / README.md
averrous's picture
Upload dataset
1e21705 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': barbell biceps curl
            '1': bench press
            '2': chest fly machine
            '3': deadlift
            '4': decline bench press
            '5': hammer curl
            '6': hip thrust
            '7': incline bench press
            '8': lat pulldown
            '9': lateral raises
            '10': leg extension
            '11': leg raises
            '12': plank
            '13': pull up
            '14': push up
            '15': romanian deadlift
            '16': russian twist
            '17': shoulder press
            '18': squat
            '19': t bar row
            '20': tricep dips
            '21': tricep pushdown
  splits:
    - name: train
      num_bytes: 500410389.104
      num_examples: 9687
    - name: validation
      num_bytes: 170510743.312
      num_examples: 2763
    - name: test
      num_bytes: 86388476.209
      num_examples: 1403
  download_size: 863621567
  dataset_size: 757309608.625
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*