marcoslucianops / DeepStream-Yolo-Pose

NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 application for YOLO-Pose models
MIT License
109 stars 25 forks source link

Update export_yoloV8_pose.py #16

Closed ng-fukgin closed 4 months ago

ng-fukgin commented 4 months ago

Updated import path according to https://github.com/marcoslucianops/DeepStream-Yolo-Pose/issues/14.

This change reflects a restructuring of the project to address issue#14. The import path for the select_device function has been updated from ultralytics.yolo.utils.torch_utils to ultralytics.utils.torch_utils to ensure compatibility with the latest version of the code. The updated import path is clearer, making the code easier to understand and maintain.