ultralytics 8.2.35 add YOLOv9t/s/m models (#13504)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Laughing 2024-06-18 00:53:19 +08:00 committed by GitHub
parent 605e7f4f52
commit 8ea945cc8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 168 additions and 8 deletions

View file

@ -19,6 +19,7 @@ def test_checks():
@pytest.mark.slow
@pytest.mark.skipif(True, reason="CUDA export tests disabled pending additional Ultralytics GPU server availability")
@pytest.mark.skipif(not CUDA_IS_AVAILABLE, reason="CUDA is not available")
@pytest.mark.parametrize(
"task, dynamic, int8, half, batch",