CoolFace
Datasetpublic

XAI/OpenImages-Inpainted

sourceHugging Faceupdated 2mo agoView on Hugging Face
2likes240downloads
README.md40 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image_name5    dtype: string6  - name: image_bef_aug7    dtype: image8  - name: image_aft_aug9    dtype: image10  - name: image_aft11    dtype: image12  - name: image_bef13    dtype: image14  - name: bbox_crop_bef15    sequence: int6416  - name: bbox_crop_aft17    sequence: int6418  - name: crop_bef_size19    sequence: int6420  - name: crop_aft_size21    sequence: int6422  - name: original_size23    sequence: int6424  - name: label25    dtype: string26  - name: bbox_original27    sequence: int6428  splits:29  - name: test30    num_bytes: 40552512142.031    num_examples: 1500032  download_size: 4025786282833  dataset_size: 40552512142.034configs:35- config_name: default36  data_files:37  - split: test38    path: data/test-*39---40