The BoundingBoxSelectAgent
detects an object in an image and selects its bounding box.
BoundingBoxSelectAgent
is initialized with two arguments:
classes
list.GroundingDINO()
.The supported BoundingBoxModel
models can be found below:Note: Since a text embedding of each class will be used to identify objects, a more specific class name will yield a more specific detection. You should scope your class names accordingly. For instance, a"car"
class will yield more general detections than a"blue Honda Accord"
class.