You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading detection datasets from the Hub is just as easy. For example, to load the MS COCO dataset, you can specify the detection_fields as "objects", which is the standard column name for detection features in Hugging Face datasets:
Documentation says:
But when trying it for the
CUHK-CSE/wider_face
seems it might not be able to consume it like the others. https://datasets-server.huggingface.co/splits?dataset=detection-datasets/coco endpoint from example is returning properly, but https://datasets-server.huggingface.co/splits?dataset=CUHK-CSE%2Fwider_face is not.Code to reproduce:
Throws
KeyError: 'splits'
errror.The text was updated successfully, but these errors were encountered: