Open
Description
After actually testing various detectors, I found that Grounding DINO is indeed SOTA and performs very well on my own data!
When I called the API, I found that the input image resolution could not specify the size. Secondly, when outputting the results, I found that the bbox threshold score would only be output when it is above 0.2. I wanted to modify the threshold, such as greater than 0.1 manually, but I couldn't find where. Can you give me some suggestions for setting this parameter?