baaivision / tokenize-anything

[ECCV 2024] Tokenize Anything via Prompting
Apache License 2.0
537 stars 21 forks source link

box prompt format? #12

Open wangtuo111 opened 9 months ago

wangtuo111 commented 9 months ago

Why Visual Prompt Decoding: Box inputs["points"] = np.array([[[163, 237, 2], [682, 722, 3]]], "float32")

box prompt format?

PhyscalX commented 7 months ago

Hi, @wangtuo111

Our visual prompt format is same as SAM's.

kunyuwan commented 3 months ago

Hi, @wangtuo111

Our visual prompt format is same as SAM's.

So what does the box prompt format look like?