roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
311 stars 76 forks source link

This version is empty #326

Open cindyangelira opened 1 month ago

cindyangelira commented 1 month ago

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 commented 1 month ago