Questions tagged [object-detection]
The object-detection tag has no summary.
8 questions
3
votes
1
answer
82
views
Detect when X-axis inputs and Y-axis inputs go high
I am working on a module named PinCoordinates that detects when X-axis and Y-axis inputs go high. This will be programmed onto an Altera MAX V CPLD. I am ...
1
vote
0
answers
880
views
Object detection YOLO v1 loss function implementation with Python 3 and TensorFlow 2.x
About the code
Object detection YOLO v1 loss function implementation with Python + TensorFlow 2.x. It based on the Pytorch implementations below and re-implemented with TensorFlow based on my ...
2
votes
1
answer
789
views
Matching corresponding masks of objects between 2 images
Here is a program that processes 2 grayscale images. Both represent the position of objects, in the form of multiple masks per image. Each mask is a shape with one color delimiting it, with 0 (or ...
2
votes
0
answers
128
views
ORB Image detection and OpenCV
Working code for my image detection script. This is functional code.
I'm loading a number of images into an array, and using two classes to generate the two main components I need for my detection; <...
0
votes
1
answer
53
views
Inquiring possible alternatives to custom hierarchy-aware smart pointer
I have a medium sized project that uses a class hierarchy that essentially boils down to:
...
3
votes
2
answers
2k
views
Date Detection with Python RegEx
its a practice project from "Automate the Boring stuff with Python" book. i am an intermediate level Python programmer and i tried to solve this problem with less code as possible. This code ...
5
votes
0
answers
831
views
Selecting child contours in OpenCV
I'm really new to OpenCV. :) I have been working on this for almost an entire day. After hours of sleepless work I would like to know if I can further improve my code.
I have written some code to ...
5
votes
1
answer
272
views
Yolov3 Real Time Object Detection in tensorflow 2.2
Note
As there are a lot of related modules in the project, I recently posted several similar posts(because all content cannot fit due to character limit) and someone indicated that this might be ...