roboflow / roboflow/roboflow-python
This version is empty
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 629
- Forks
- 140
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 5
Description
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?
Thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the project.version(4).download("yolov8") call from the issue and inspect the generated download contents, especially the missing data.yaml. Trace how the version and download entry points handle an empty dataset, then verify the behavior against the linked Roboflow dataset and confirm that a valid download either reports the empty version clearly or includes the expected dataset files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100