ultralytics 8.2.76 Autobackend TensorRT/Triton Segment metadata fix (#15185)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
4d35458e7c
commit
76c271d0d6
3 changed files with 7 additions and 5 deletions
|
|
@ -26,6 +26,7 @@ from ultralytics.utils import (
|
|||
WEIGHTS_DIR,
|
||||
WINDOWS,
|
||||
checks,
|
||||
is_github_action_running,
|
||||
)
|
||||
from ultralytics.utils.downloads import download
|
||||
from ultralytics.utils.torch_utils import TORCH_1_9
|
||||
|
|
@ -131,6 +132,7 @@ def test_predict_grey_and_4ch():
|
|||
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.skipif(not ONLINE, reason="environment is offline")
|
||||
@pytest.mark.skipif(is_github_action_running(), reason="No auth https://github.com/JuanBindez/pytubefix/issues/166")
|
||||
def test_youtube():
|
||||
"""Test YOLO model on a YouTube video stream, handling potential network-related errors."""
|
||||
model = YOLO(MODEL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue