Sign In

YOLO Dataset Auto-Annotate Workflow - v1.1 Showcase

Loading Images

This version adds the ability to select which bbox to use in the situation that Florence2Run returns more than one. Typically, I have found that the higher the bbox index, the smaller the area and the more tightly matching the description. Thus, I wanted a way to be able to pick the tightest match, i.e. the bbox with the smallest area. After learning about For Loops, I've added functionality to allow you, the user, to specify that.

Comments