GroundingDINO icon indicating copy to clipboard operation
GroundingDINO copied to clipboard

make sure right_idx bigger than left_idx

Open chaos7857 opened this issue 6 months ago • 0 comments

If right_idx already equals 0, left_idx will be -1. In this case, posmap will all be False, which is meaningless.

chaos7857 avatar Aug 18 '25 03:08 chaos7857