https://wiki.seeedstudio.com/YOLOv8-DeepStream-TRT-Jetson/

 

Deploy YOLOv8 with TensorRT and DeepStream SDK | Seeed Studio Wiki

Deploy YOLOv8 on NVIDIA Jetson using TensorRT and DeepStream SDK - Data Label, AI Model Train, AI Model Deploy

wiki.seeedstudio.com

from ultralytics.YOLO.utils.torch_utils import select_device
from ultralytics.YOLO.utils.tal import make_anchors


line 4~5 줄을 아래와 같이 바꾸면 됩니다.

from ultralytics.utils.torch_utils import select_device
from ultralytics.utils.tal import make_anchors