pypi ultralytics 8.2.65
v8.2.65 - `ultralytics 8.2.65` fix YouTube throttling bug (#14684)

latest releases: 8.2.98, 8.2.97, 8.2.96...
one month ago

🌟 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_ram Feature: 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_ram prevents potential training disruptions due to memory leaks, ensuring smoother classifier training sessions.
  • Improved Video Handling: Updating pytubefix enhances 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.

Don't miss a new ultralytics release

NewReleases is sending notifications on new releases.