-
I'm following the advices as described in ["How to improve object detection"](https://github.com/AlexeyAB/darknet#how-to-improve-object-detection) but I'm using the "yolov3-tiny_3l" and I need to dete…
-
Hello, may I ask when the detection method of rotating small objects can be disclosed?
-
In your paper, DQ-DETR yieldes slightly lower performance compared with DINO. My followup questions are:
1. Is the degradation caused by the "Dynamic Query Selection (DQS)" part?
2. Have you tried a…
-
Impressed by your work! I am curious whether you have tried to implement a CFPT for tiny object detection in satellite images yet. In particular, oriented bounding boxes. Let me know!
-
Dear @waleedka, thank you for your code.
I have been trying around object detection with your code.
I was trying to do cells detection which sizes around 12x12 pixel each.
Nevertheless, there are s…
-
Hi folks!
Grounding DINO is now available in the Transformers library, enabling easy inference in a few lines of code.
Here's how to use it:
```python
from transformers import AutoProcessor,…
-
Hi ,
It is written that to get pretrained weights I have to use `yolov3-tiny.conv.15` for yolov3_tiny. In yolov2 it was for `13 layers` and when I check the **yolov3_tiny** configuration , i`t cons…
-
Alexander Wong, Mohammad Javad Shafiee, Francis Li, Brendan Chwyl
Object detection is a major challenge in computer vision, involving both object classification and object localization within a sce…
-
Institute: Waterloo (DarwinAI)
URL: https://arxiv.org/pdf/1802.06488.pdf
Interest: 2
> 너무나 많이 쏟아지는 분야의 논문이라 팔로업하기도 힘들구만;;; 쩝;
-
Hi TNTWEN,
I recently converted a custom yolov4-tiny model and have it converted to IR using this script. I then did a side by side comparison between the darknet model and the converted IR mode. I…