The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
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:
How can I resolve this?
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. 🤔
Hi. I'm trying generate new version of dataset as can be seen here.
However, I am encountering this error:
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: How can I resolve this?
Thanks.