python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Convert Darknet Weights and cfg file to ONNX or Pytorch weight files
I have some pretrained darknet weights and config files used with a Yolov3 model.
I recently switched to Ultralytics to use Yolo v5. I don't really want to retrain, and a lot of the models relied on t...

Viraj Vaitha
Votes: 0
Answers: 0
Does template matching works if the template is not from the original image?
I've seen a lot of tutorials in Youtube about template matching in opencv-python, one thing they have in common is that they always uses the source image when matching the template. My question is doe...
sayrilkun
Votes: 0
Answers: 1
error CS0103: The name 'ModelHelper' does not exist in the current context
I am trying to implement Object detection on HoloLens2 using Microsoft Custom Vision.
I have been following the tutorial (https://learn.microsoft.com/en-us/archive/blogs/appconsult/23535)
but faced wi...

김유리
Votes: 0
Answers: 0
Shape & color detection in python and opencv
i found this code on GitHub and it is a function that serves to find circles based on camera frames, yet my problem is that i would like to modify it so that i could choose which shape it has to find....
Didi
Votes: 0
Answers: 0