Skip to content

bug when ultralytics is installed in env and dataset is being downloaded as coco #118

@fcakyon

Description

@fcakyon

@SkalskiP hello, this line raises error when downloading a dataset in coco format and ultralytics>=8.0.30 is installed in the environment.

I believe this is a bug.

reproduction:

rf = roboflow.Roboflow(api_key=api_key)
project = rf.workspace(workspace).project(project)
dataset.download("coco", location=location)

raises this error:

Exception has occurred: FileNotFoundError       (note: full exception trace is shown but execution is paused at: _run_module_as_main)
[Errno 2] No such file or directory: 'data/data.yaml'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions