Alison Yuhan Yao
Alison Yuhan Yao
Solved this problem by deleting the hidden .DS_store file in my images_evaluation folder. There could also be a .DS_store file in the images_background folder (somehow I don't have it though)....
I am having the same problem with Google Cloud Storage. Any solution so far?
Using the same format of checking "s3://" for AWS storage (eg. easyocr_labeling.py), I converted the code to GCP google cloud storage: ``` from label_studio_ml.utils import DATA_UNDEFINED_NAME from google.cloud import storage...