Skip to content

Problem with: train-yolov8-object-detection-on-custom-dataset.ipynb #369

Open
@Bozostew21

Description

@Bozostew21

Search before asking

  • I have searched the Roboflow Notebooks issues and found no similar bug report.

Notebook name

train-yolov8-object-detection-on-custom-dataset.ipynb

An error was raised by this command:

project.version(dataset.version).deploy(model_type="yolov8", model_path=f"{HOME}/runs/detect/train/")

Dependency ultralytics==8.0.196 is required but found version=8.2.103, to fix: pip install ultralytics==8.0.196
Would you like to continue with the wrong version of ultralytics? y/n: n
An exception has occurred, use %tb to see the full traceback.

Bug

An error was raised by this command:

project.version(dataset.version).deploy(model_type="yolov8", model_path=f"{HOME}/runs/detect/train/")

Dependency ultralytics==8.0.196 is required but found version=8.2.103, to fix: pip install ultralytics==8.0.196
Would you like to continue with the wrong version of ultralytics? y/n: n
An exception has occurred, use %tb to see the full traceback.

Environment

-Google Colab

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Metadata

Metadata

Assignees

No one assigned

    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