Skip to content

v0.63.1

Choose a tag to compare

@PawelPeczek-Roboflow PawelPeczek-Roboflow released this 19 Dec 20:33
· 532 commits to main since this release
513792c

💪 Added

GPT-5.2 in Workflows 🧠

Thanks to @brunopicinin, Workflows support the new GPT 5.2 🥳

🕵️ Motion Detection block in Workflows

@lou-roboflow added classical OpenCV motion detection method to Workflows.

ResNet weights for classifiers

Thanks to @Matvezy, we have good old ResNet classifiers registered under clear aliases:

from inference import get_model

model = get_model("resent18", api_key="<YOUR_API_KEY>")

# Check out other models: "resent34", "resent50", "resent101"

🚧 Maintenance

🥼 inference-exp improvements

Full Changelog: v0.62.5...v0.63.1