We made it very simple to count the objects using Ultralytics YOLO11
Code Object Counting - Ultralytics YOLO Docs
Give it a try and drop your thoughts in the comments below
We made it very simple to count the objects using Ultralytics YOLO11
Code Object Counting - Ultralytics YOLO Docs
Give it a try and drop your thoughts in the comments below
Is this available via REST API?
Currently, we do not offer REST API support for Ultralytics Solutions. However, you can use our Python code to count objects in videos or live streams. Thank you for understanding!
Unfortunately, this is for a no-code tool Iām working on so I was hoping for a REST API. Thanks.
Thank you for clarifying! While Ultralytics YOLO11 does not natively support a REST API, you can deploy it as one by integrating the YOLO11 Python package with a web framework like Flask or FastAPI. This allows you to expose object counting functionality via endpoints, enabling compatibility with no-code tools. If you need guidance on this setup, let me know, and Iād be happy to point you to relevant resources!