Skip to content

v0.36.0

Compare
Choose a tag to compare
@grzegorz-roboflow grzegorz-roboflow released this 31 Jan 11:46
· 93 commits to main since this release
59aa9f9

🚀 Added

🏋 Workflows Batch Processing in Roboflow cloud

We’re thrilled to introduce early access for Workflows Batch Processing in Roboflow Cloud! Now, you can process entire directories of images or video files using your Workflows - no coding required!

⚡ Feature characteristics

  • Asynchronous batch processing – You kick of a job that run in the background, and you can retrieve results later
  • High throughput - Feature is designed to process a lot of data - so if your machine is not capable enough to process the data you have - this solution may be for you 🎯
  • Fully managed – Runs on our cloud, so you don’t have to worry about infrastructure.
  • No UI yet, but CLI ready – Use the updated inference-cli to access the feature.

📺 Check out the demo to see it in action!

This is an alpha release, and we’re inviting a small group of early adopters to test it out. Let us know if you’d like to be among the first to try it! 🚀

batch_processing_short_demo.mp4

🔍 Select Bounding Boxes Contained Within a Specific Class

We’ve heard your feedback! A common challenge in object detection is distinguishing objects contained within another object - and we’ve got you covered.

For example:

  • 🚗 People inside a car vs. standing on the street
  • 📦 Products on a store shelf vs. misplaced items
  • 🔍 Defects within a specific component vs. background noise

We’re excited to announce a new Workflows operation that lets you filter bounding boxes based on spatial containment within a selected class. This makes it easier than ever to refine detections and extract the insights that matter most!

new_detections_filter.mp4

Check the details here

Auto mode in Stitch OCR Detections Block

Previously, users needed to manually specify the direction of text (e.g., left-to-right, top-to-bottom) before stitching. With the new "auto" mode, text direction is automatically detected as either left-to-right or top-to-bottom.

image

Check the details of @chandlersupple change here

💪 Improved

Full Changelog: v0.35.0...v0.36.0