MyGit

v8.2.84

ultralytics/ultralytics

版本发布时间: 2024-08-30 20:59:50

ultralytics/ultralytics最新发布版本:v8.2.94(2024-09-16 01:35:45)

🌟 Summary

This update introduces flexible image size inference for SAM2 using the ultralytics package, alongside improvements to testing and documentation.

📊 Key Changes

🎯 Purpose & Impact

💻 Usage Example

from ultralytics import SAM

# Initialize SAM model
model = SAM('sam2_b.pt')

# Run inference with custom image size
results = model('path/to/image.jpg', imgsz=640)

This update significantly enhances SAM2's versatility within the ultralytics ecosystem, allowing users to fine-tune the balance between speed and accuracy based on their specific requirements.

What's Changed

Full Changelog: https://github.com/ultralytics/ultralytics/compare/v8.2.83...v8.2.84

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-08-30发行的版本