ultralytics 8.0.185 dependencies and tests fixes (#5046)

Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-09-24 17:17:04 +02:00 committed by GitHub
parent 92753ebd84
commit a9033118cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 149 additions and 23 deletions

View file

@ -214,6 +214,7 @@ def test_export_paddle(enabled=False):
YOLO(MODEL).export(format='paddle')
@pytest.mark.slow
def test_export_ncnn():
f = YOLO(MODEL).export(format='ncnn')
YOLO(f)(SOURCE) # exported model inference