Published August 6, 2024
| Version v8.2.74
Software
Open
Ultralytics YOLO
Description
🌟 Summary
Release v8.2.74 introduces enhancements for NVIDIA Jetson support, improved export options, and tracking updates.
📊 Key Changes
- GitHub Actions: Updated to include additional status code (
401). - Documentation Updates:
- Expanded NVIDIA Jetson support, now including JetPack 6.0.
- Improved OpenVINO export options, adding support for dynamic input sizes.
- Added a contributor
mfloto.
- Trackers Configuration:
- Added
fuse_scoreoption to BoT-SORT and ByteTrack trackers.
- Added
- Code Adjustments: Conditionally fuse confidence scores with IoU distances in trackers.
🎯 Purpose & Impact
- Security and Reliability:
- The GitHub Actions update makes the system more robust by handling
401 Unauthorizedstatuses 💪.
- The GitHub Actions update makes the system more robust by handling
- Enhanced Hardware Support:
- Documentation on JetPack 6.0 expands the usability of YOLOv8 across more NVIDIA Jetson devices, providing detailed setup instructions 🚀.
- Export Flexibility:
- The dynamic input size support in OpenVINO exports enhances the model's flexibility and compatibility 🎨.
- Tracking Improvements:
- The
fuse_scoreoption in trackers improves the accuracy and reliability of object tracking by leveraging both confidence and IoU metrics 🎯.
- The
- Acknowledging Contributors:
- Adding new contributors emphasizes continuous improvement and collaboration in the project 🤝.
Notes
Files
ultralytics/ultralytics-v8.2.74.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:58d9e66ad021e0faa988bb2d5fa6f226
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.2.74 (URL)