Published July 25, 2024
| Version v8.2.65
Software
Open
Ultralytics YOLO
Description
🌟 Summary
The 'v8.2.65' update for Ultralytics includes important changes such as the addition of a new activation function, bug fixes, and updates to caching logic.
📊 Key Changes
- New Activation Module: Introduction of the AGLU activation function within the neural network modules.
- Update to
cache_ramFeature: Disabled due to a known memory leak issue. - Dependency Update for
pytubefix: Now requires version 6.5.2 or later. - NMS (Non-Maximum Suppression) Logic Update: Improvements in handling single class and agnostic NMS.
- Documentation Enhancement: Addition of detailed documentation for activation functions.
🎯 Purpose & Impact
- Enhanced Flexibility in NN Customization: The new AGLU activation function allows for more sophisticated activation handling, potentially improving model performance on specific tasks.
- Operational Stability: Disabling
cache_ramprevents potential training disruptions due to memory leaks, ensuring smoother classifier training sessions. - Improved Video Handling: Updating
pytubefixenhances compatibility and fixes bugs related to YouTube video processing. - Better NMS Accuracy: The update to NMS logic will result in more accurate detections by properly handling edge cases with single class and agnostic settings.
- User-Friendly Documentation: Introductory guide and references for neural network modules help both new and existing users understand the tools available for model customization.
Overall, these updates aim to enhance both the functionality and reliability of the Ultralytics framework.
Notes
Files
ultralytics/ultralytics-v8.2.65.zip
Files
(1.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2287677899d1240d9818fe5db9bb1dd0
|
1.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ultralytics/ultralytics/tree/v8.2.65 (URL)