-
Hi,
I would like to know if it is possible to use YOLO v2 / v3 with a single anchor box per cell because our application requires only one object detection per cell (there is only 1 kind of object s…
-
[yolo]
mask = 0,1,2
anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
classes=80
help , please
anchors,what dose it mean?
How do you determine the number?
-
Dear Alexey.
I have a 4 type of object detection cfg which is tiny,darknet19,resnet50 and densenet201.
I tried make resnet152 cfg for object detection from [https://github.com/pjreddie/darknet/blo…
-
Hi, I encountered one bug while using the detector over video. I detects 'ghosts'. I noticed that it draw bounding boxes where people are not present. maybe it is something with the conversion to boun…
-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [x] I checked to make sure that this issue has not been filed already.
## 1. The entire URL of …
-
I am trying to explain the object detected via any object detection model just as an image classification model using Seldon alibi AnchorImage algorithm. I modified my prediction function such that th…
-
Hi
Im trying to detect multiple small and large objects (workers on the construction field can have small size if image was taken from far distance or large if it was closed). I include two sample …
-
https://arxiv.org/abs/2203.03605
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Sik-Ho Tang. [Review — DETR: End-to-End Object Detection with Transformers](https://sh-tsang.medium.com/review-detr-end-to-end-object-detection-with-transformers-c64977be4b8e).