SkalskiP's picture
open vocabulary detection with Florence2 + masks with SAM2
576e22a
raw
history blame
202 Bytes
OPEN_VOCABULARY_DETECTION = "open vocabulary detection + masks"
CAPTION_GROUNDING_MASKS = "caption + grounding + masks"
INFERENCE_MODES = [
OPEN_VOCABULARY_DETECTION,
CAPTION_GROUNDING_MASKS
]