Skip to content

v0.47.0

Compare
Choose a tag to compare
@PawelPeczek-Roboflow PawelPeczek-Roboflow released this 18 Apr 11:34
· 1127 commits to main since this release
43777b0

💪 Added

Depth Anything V2 🤝 inference

Depth estimation turns flat images into 3D information by calculating how far each pixel is from the camera. This adds an essential dimension to computer vision - distance.

Thanks to @reiffd7 we have Depth Anything V2 model in inference and Workflows ecosystem. Here is what the model brings into the table:

  • ✨ Detailed results with sharp objects boundaries
  • 💪 Robust performance across diverse scenes and lighting conditions
  • ⚡ 10x faster processing than similar high-quality models
  • 🪶 Lightweight (yet not available in Roboflow Hosted API, please use Roboflow Dedicated Deployment or deploy locally)

Why use it?

  • Improve object detection with distance information
  • Create 3D visualizations from single images
  • Enable depth-aware applications (AR, robotics)
  • Understand spatial relationships in scenes

Check out HF model card.

✨ New: OverlapFilter Block

@lou-roboflow added a new Overlap Filter block to the Workflows ecosystem.

The Overlap Filter removes objects that do not overlap a selected class. It is useful when you want to focus only on objects that are interacting with specific items.

How it works:

  • You specify an overlap class (e.g., "bicycle").
  • Only objects overlapping instances of that class are kept.
  • The overlap class itself is removed from the results.

Example applications:

  • Detecting people on bicycles (removing bicycles themselves).
  • Identifying items on pallets.
  • Finding passengers in cars, etc.

⚡ Speed-ups (with @codeflash-ai)

🧑‍🏭 Maintanence

🏅 New Contributors

Full Changelog: v0.46.5...v0.47.0