latest/detection/core/ #1461
Replies: 2 comments 2 replies
-
Hi, I was wondering if the def predict(self, image: np.ndarray) -> sv.Detections:
results = self.model(image, verbose=False, device=self.device, stream=True)[0]
return sv.Detections.from_ultralytics(results) |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is a great library. I've used it for a research project, but I'm curious to know if there is any paper on it that i can cite? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
latest/detection/core/
A set of easy-to-use utilities that will come in handy in any computer vision project.
https://supervision.roboflow.com/latest/detection/core/
Beta Was this translation helpful? Give feedback.
All reactions