CoolFace
Datasetpublic

aswin00000/ConstructionSiteCleanedDataSet

sourceHugging Faceupdated 9mo agoView on Hugging Face
1likes105downloads
README.md53 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: image_caption7    dtype: string8  - name: rule_1_violation9    struct:10    - name: bounding_box11      list:12        list: float6413    - name: reason14      dtype: string15  - name: rule_2_violation16    struct:17    - name: bounding_box18      list:19        list: float6420    - name: reason21      dtype: string22  - name: rule_3_violation23    struct:24    - name: bounding_box25      list:26        list: float6427    - name: reason28      dtype: string29  - name: rule_4_violation30    struct:31    - name: bounding_box32      list:33        list: float6434    - name: reason35      dtype: string36  splits:37  - name: train38    num_bytes: 3124160582.039    num_examples: 700940  - name: test41    num_bytes: 1375921457.042    num_examples: 300443  download_size: 449769988244  dataset_size: 4500082039.045configs:46- config_name: default47  data_files:48  - split: train49    path: data/train-*50  - split: test51    path: data/test-*52---53