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 YOLOv8 Dependency Management and Import Path #17

Open ng-fukgin opened 4 months ago

ng-fukgin commented 4 months ago

This pull request aims to update the YOLOv8 project's installation and dependency management process in accordance with the latest PEP 517 and PEP 518 standards. Additionally, based on the discussion in Issue #14, I have updated the import path for the select_device function. These changes are intended to simplify the installation process, make dependency management more standardized and maintainable, and ensure compatibility with the latest version of the code.

The specific changes are as follows:

These updates aim to improve the overall quality and user experience of the project.