We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3605db commit 82c1df5Copy full SHA for 82c1df5
roboflow/core/version.py
@@ -580,7 +580,7 @@ def callback(content: dict) -> dict:
580
content["val"] = location + content["val"].lstrip("..")
581
try:
582
# get_wrong_dependencies_versions raises exception if ultralytics is not installed at all
583
- if not get_wrong_dependencies_versions(
+ if format == "yolov8" and not get_wrong_dependencies_versions(
584
dependencies_versions=[("ultralytics", ">=", "8.0.30")]
585
):
586
content["train"] = "train/images"
0 commit comments