You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current README.md mentions that the YOLOv8 plate detection algorithm is only compatible with PyTorch 1.8 and experiences issues with higher versions. However, I have tested the algorithm with PyTorch version 2.2.1, and it appears to work correctly without any errors.
Suggested Changes
I suggest updating the README.md to reflect this new compatibility information. This update would inform users that they can use the YOLOv8 plate detection with PyTorch 2.2.1, expanding the range of compatible PyTorch versions.
Additional Information
This update is based on my personal testing with the following setup:
ultralytics version: 8.0.221
PyTorch version: 2.2.1
Python version: 3.11.6
OS: MacOS Sonoma 14.2
I believe this information will be beneficial for users who wish to use the project with the latest PyTorch version. If further testing is required for official confirmation, I am willing to assist or provide more details about my testing environment and results.
Thank you for considering this update.
The text was updated successfully, but these errors were encountered:
Description
The current
README.md
mentions that the YOLOv8 plate detection algorithm is only compatible with PyTorch 1.8 and experiences issues with higher versions. However, I have tested the algorithm with PyTorch version 2.2.1, and it appears to work correctly without any errors.Suggested Changes
I suggest updating the
README.md
to reflect this new compatibility information. This update would inform users that they can use the YOLOv8 plate detection with PyTorch 2.2.1, expanding the range of compatible PyTorch versions.Additional Information
This update is based on my personal testing with the following setup:
I believe this information will be beneficial for users who wish to use the project with the latest PyTorch version. If further testing is required for official confirmation, I am willing to assist or provide more details about my testing environment and results.
Thank you for considering this update.
The text was updated successfully, but these errors were encountered: