v0.63.1
·
532 commits
to main
since this release
💪 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
- add missing extra-require by @japrescott in #1806
- Add docs for Jetson 6.2 base image ENT-645 by @sberan in #1803
- removing uploading frame through datachannel by @digaobarbosa in #1829
- Do not trim API key hash by @grzegorz-roboflow in #1831
- Pass is_preview when testing workflows by @grzegorz-roboflow in #1830
- Weights for Seg Preview by @Matvezy in #1804
- Bump version to
0.63.0in prep for release by @PawelPeczek-Roboflow in #1838 - Fix detection metadata length mismatch in workflows by @tonylampada in #1835
🥼 inference-exp improvements
- Add
OWLv2andRF instantmodels toinference-expby @PawelPeczek-Roboflow in #1807 - Loose assertions in RF instant model e2e test by @PawelPeczek-Roboflow in #1809
inference-exp0.17.2 by @PawelPeczek-Roboflow in #1811- add dinov3 to inference experimental by @grzegorz-roboflow in #1810
- SAM in
inference-expby @PawelPeczek-Roboflow in #1833 - DinoV3 classification - torch backend by @grzegorz-roboflow in #1837
- Import inference-exp within stream_url_to_cache by @grzegorz-roboflow in #1839
Full Changelog: v0.62.5...v0.63.1

