Ultralytics v8.3.7 Release Announcement
Hello Ultralytics Community!
We’re excited to announce the release of v8.3.7, packed with enhancements and fixes designed to improve your experience with YOLO. This update focuses on refining custom predictor functionality, boosting performance, and optimizing resource management.
Key Changes
- Custom Predictor Argument Fix: We’ve corrected the argument handling in
model.predict()
for custom predictors, ensuring smoother operations. - Docker Image Update: The base Docker image now includes PyTorch 2.4.1, CUDA 12.1, and cuDNN 9, enhancing training and inference speed.
- New Script for Synthetic Datasets: A new function to create synthetic COCO datasets has been added, simplifying data testing and augmentation.
- Enhanced AutoBatch Memory Management: Improved GPU memory handling during autobatching for optimized resource usage.
- Added
OMP_NUM_THREADS=1
: Adjustments in Docker configurations for better CPU management and performance.
Purpose & Impact
- Improved Custom Predictor Functionality: Accurate argument handling for custom predictors enhances user experience.
- Performance Boost: The Docker update leverages the latest PyTorch improvements for faster model operations.
- Simplified Data Handling: The synthetic dataset script aids developers in preparing data for model validation.
- Efficient Resource Management: Optimized memory and CPU usage ensure better performance across systems.
- Streamlined Development: These updates collectively enhance workflows, reduce bugs, and improve code clarity.
What’s Changed
- FROM pytorch/pytorch:2.4.1-cuda12.1-cudnn9-runtime by @glenn-jocher
- Fix absolute stylesheet CSS path by @glenn-jocher
- New
create_synthetic_coco_dataset
function by @UltralyticsAssistant - Added YOLO11 to Explorer models by @ambitious-octopus
- Fix NVIDIA Typo by @lakshanthad
- setuptools>=70.0.0 fix CVE-2024-6345 by @glenn-jocher
- AutoBatch improve cache clearing by @UltralyticsAssistant
- Adding
OMP_NUM_THREADS=1
by @glenn-jocher ultralytics 8.3.7
custom Predictor args fix by @Rick-v-E
Full Changelog: v8.3.6…v8.3.7
We encourage you to try out the new release and share your feedback. Your insights are invaluable in helping us improve and innovate. Thank you for being a part of our community!