-
`package main
import (
"fmt"
"image"
"image/color"
"log"
"gocv.io/x/gocv"
)
var yolo_classes = []string{
"xiaohongshu",
}
func main() {
imgg := gocv.IMRead(`screenshot.png…
-
### Describe your issue.
With a sparse (CSR) matrix `A` and flat `(N,)` vector `v`, sparse matrix-vector multiplication `A @ v` works as expected. If `v` is sparse and flat, then there is a mismatch…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Currently, shapes are not recognized as well as they should be, as pointed out by many uses on Twitter.
https://twitter.com/kevin1themorgan/status/1369436721968996364
https://twitter.com/ayameart/…
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
I've been using supervis…
-
Hi,
I was following your tutorial and in your original code it seems that cnt will reflect the last step (contour by y, not cv2). I modified to look at the different contours with each algorithm, b…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi YOLOv5 community!
I created a repository that might be helpful to some people: [YOLOv5-ncnn-OpenVINO-MNN-ONNXRuntime-OpenCV-CPP](https://github.com/Avafly/YOLOv5-ncnn-OpenVINO-MNN-ONNXRuntime-Op…
-
### Tested versions
All of them.
### System information
All.
### Issue description
godot_shape_2d.get_xformed_segment_normal entirely recalculates a normal every single time it's called…
-
I am experiencing an issue where the model is performing inference on the full image resolution of 2048x2048 instead of the sliced resolution of 512x512 as intended. Below are the details of the funct…