roboflow-python icon indicating copy to clipboard operation
roboflow-python copied to clipboard

This version is empty

Open cindyangelira opened this issue 1 year ago • 1 comments

Hi. I'm trying generate new version of dataset as can be seen here.

project = rf.workspace("cindyangelira").project("face-detection-5w6i9-qsqwt-u7zwn")
version = project.version(4)
dataset = version.download("yolov8")
                

However, I am encountering this error:

FileNotFoundError: [Errno 2] No such file or directory: 'Face-Detection-2/data.yaml'.

When I download the dataset to my computer, only the .txt file is there. Upon further checking, I noticed the new version is empty. Here's a screenshot for reference: Screenshot 2024-09-20 at 14 33 58 How can I resolve this?

Thanks.

cindyangelira avatar Sep 20 '24 08:09 cindyangelira

  • For the new version, I added 200 more images from local computer and combine it with data I found on Roboflow Universe, but it resulted in an empty version. I ensured the labels matched the original dataset.
  • When I uploaded only the 200 images without combining them with the forked images, it worked fine. 🤔

cindyangelira avatar Sep 20 '24 11:09 cindyangelira