Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLOv11 No trained model was found for this model version - Error when using in Label Assist #362

Closed
1 of 2 tasks
benoitlemaire opened this issue Feb 9, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@benoitlemaire
Copy link

Search before asking

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

Notebook name

https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolo11-object-detection-on-custom-dataset.ipynb

Bug

I am experiencing the same issue as this user, but with YOLOv11.

I trained my model using the provided notebook, and everything works fine in the notebook: training completes successfully, predictions work as expected, and I can deploy the model to Roboflow. I can also see the model in the versioning interface and even upload images for testing.

However, when I try to use it in Label Assist, I encounter the following network error:

“You must train a model on this version with Roboflow Train before you can use inference.”
“No trained model was found for this model version.”

This issue prevents me from using the model in my workflow. It seems similar to the problem described by the other user, which was resolved by downgrading certain TensorFlow and JAX-related packages.

Steps to Reproduce:

  • Train a YOLOv11 model using the official notebook.

  • Deploy the trained model to Roboflow.

  • Attempt to use the model in Label Assist.

  • Observe the error messages above.

Possible Solution:
The previous user resolved this issue by downgrading the following packages:

!pip install tensorflow==2.14.0
!pip install tensorboard==2.14.0
!pip install keras==2.14.0
!pip install tensorflow-gcs-config==2.14.0
!pip install pyarrow==9.0.0
!pip install jax==0.4.20
!pip install jaxlib==0.4.20

Would these package versions be compatible with YOLOv11 as well? Are there any other workarounds or official fixes?

Any help would be appreciated!

Environment

  • Google Colab for training
  • Roboflow for deployment
  • Chrome on Macos 15.3

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!
@benoitlemaire benoitlemaire added the bug Something isn't working label Feb 9, 2025
@benoitlemaire benoitlemaire changed the title YOLOv11 model deployment issue - Error when using in Label Assist YOLOv11 No trained model was found for this model version - Error when using in Label Assist Feb 9, 2025
@SolomonLake
Copy link
Contributor

Hi there! I'm happy to let you know we've added support for YOLOv11 uploaded models in Label Assist. This is retroactive, so all previously uploaded models will now work as expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants