You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export_yolov8_pose.py error: The submodule name is incorrectly written during import
error :no module "ultralytics.yolo"
I change code to "from ultralytics.utils.torch_utils import select_device"
it can run successfully !
The text was updated successfully, but these errors were encountered:
ng-fukgin
added a commit
to ng-fukgin/DeepStream-Yolo-Pose
that referenced
this issue
Feb 29, 2024
Updated import path according to marcoslucianops#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.
Updated import path according to marcoslucianops#14.
This change reflects a restructuring of the project to address issue marcoslucianops#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.
export_yolov8_pose.py error: The submodule name is incorrectly written during import
error :no module "ultralytics.yolo"
I change code to "from ultralytics.utils.torch_utils import select_device"
it can run successfully !
The text was updated successfully, but these errors were encountered: