-
### Summary
Hi, first, I really appreciate your newly added support for object detection!
This feature request is probably not a high priority, but I wanted to submit anyway, since rotated object …
-
I run detection on my own custom dataset but it detect object with bigger boundary boxes then its actual dimension ,and unable to detect small object of same class .
-
Hello everyone,
I have problem when testing models trained on my own data, but many objects only have detection box without mask. Is my training time not enough, or the parameters are incorrect?
-
hi
I have some low confidence message popping up (message and related image below) or some classes being undetected in many images, e.g. people.
What classes did you train the provided pre-traine…
-
after building darkflow, i ran command python flow --h and it gave following error.
Traceback (most recent call last):
File "flow", line 4, in
from darkflow.cli import cliHandler
File "…
-
In normal circumstances, when we use rectangular boxes to label, we will obtain x1y1 and x2y2, convert the corresponding coordinates to cx cy w h. If I use linestrip to obtain the coordinate xy, how s…
-
Can I adjust the position of the characters of the detection result ?
I want to put it under the box.
-
### Functionality details
1. add a api endpoint which is able to detect human faces in the image
2. May use tensorflow ml models for the task or import other 3rd party models
3. **Optional** retu…
-
### Functionality details
1. add a api endpoint which is able to detect multiple human faces in the image
2. May use tensorflow ml models for the task or import other 3rd party models
3. **Optio…
-
Hello folks!
Which is the Model.predict() output detection? Which is the 'utils.convert_data' function format of input bounding box ?
`[center_x, center_y, width, height]` or `[xmin, ymax, width, …