Skip to main content
-7 votes
0 answers
57 views

I am trying to project 3d bounding boxes on vehicles and pedestrians using a detector model. I ran the inference with 6 images and got output in the below format. Now i want to project the boxes on ...
Biks's user avatar
  • 1
2 votes
2 answers
100 views

Problem: I need to check whether a small black-and-white icon (template) appears inside a large, colored dashboard photo. The icon in the photo may differ from the template in color, scale, small ...
Dũng Hoàng's user avatar
0 votes
1 answer
83 views

I am trying to calculate the confusion matrix for my yolov8 (or yolov11) model utilizing supervision from roboflow. I found some instructions but they do not seem to be crystal clear. For example ...
Eypros's user avatar
  • 5,743
1 vote
1 answer
112 views

I have to find the contours of boxes. Some boxes have diagonal inside of them. I try to remove diagonal but I think it isn't answer. Here are the images those I preprocessing and contour result. Only ...
Lee Minhyeung's user avatar
1 vote
2 answers
130 views

I read the torchvision API documentation using pre-trained models for object detection. This is an example they have included: from torchvision.io.image import decode_image from torchvision.models....
user31005134's user avatar
5 votes
1 answer
177 views

I am tasked with the problem of finding the colors on the face of a stickerless Rubik's cube using OpenCV but I can't figure out what the best way might be to do so. I tried to look at various ...
Tripaloski's user avatar
1 vote
1 answer
122 views

I am performing a simple template matching but for the life of me I still not able to find out why I am not getting correct matches. I've tried without converting to grayscale and to remove the alpha ...
zaxunobi's user avatar
  • 962
3 votes
3 answers
291 views

I try to find the best way to detect images with the rotation. Without rotation cv2.matchTemplate works pretty fine, but I found no function for rotated images. I need the position and angle of the ...
HEP's user avatar
  • 63
-1 votes
1 answer
106 views

I am currently developing a robot that uses YOLOv8 for real-time object detection based on the video captured by the robot’s camera. However, when the robot rotates, the input image becomes blurred, ...
Limit 's user avatar
  • 83
0 votes
0 answers
172 views

I have exported the yolov5s PyTorch model from ultralytics/yolov5 and converted it to ONNX, using Google Colab, so that I can convert it to rknn in my rk3588 Radxa Rock 5c module. %cd /content/ !pip ...
kennedy Kamotho's user avatar
0 votes
1 answer
295 views

I have a project where I am implementing the Yolo object detection algorithm with different tracking algorithms. I am now struggling to implement the StrongSort tracking with my detection program. Can ...
ofhgof's user avatar
  • 1
-1 votes
1 answer
49 views

I have exported my VertexAI model to TFJS as "edge", which results in: dict.txt group1_shard1of2.bin group1_shard2of2.bin model.json Now, I send an image from my client to the Node/Express ...
Phil Lucks's user avatar
  • 4,162
0 votes
0 answers
163 views

The problem As shown in the image, I am trying to detect road marking arrows in images using OpenCV. The arrows are always of the same size and shape but can appear in different orientations. These ...
J01's user avatar
  • 153
1 vote
0 answers
107 views

I'm working on an object detection project in C++ using OpenCV. Specifically, I capture an image (e.g., coins on a background) and then try to detect them via Canny edge detection and contour ...
Markus Trost's user avatar
0 votes
2 answers
252 views

I trained a neural network for object detection using YOLOv5 and exported it to the ONNX format, as I need to use it in a Java application. However, I am encountering issues with incorrect class IDs ...
CoffeeCoding's user avatar

15 30 50 per page
1
2 3 4 5
300