CoolFace
Datasetpublic

Project-AgML/date_fruit_detection

sourceHugging Facecc-by-4.0updated 3mo agoView on Hugging Face
0likes59downloads
README.md30 linesDownload Raw Back to root
1---2license: cc-by-4.03configs:4- config_name: default5  data_files:6  - split: train7    path: data/train-*8dataset_info:9  features:10  - name: image11    dtype: image12  - name: objects13    struct:14    - name: bbox15      list:16        list: float6417    - name: categories18      list: int6419  - name: species20    dtype: string21  - name: location22    dtype: string23  splits:24  - name: train25    num_bytes: 535405815826    num_examples: 107127  download_size: 501675512928  dataset_size: 535405815829---30