baaivision / tokenize-anything

[ECCV 2024] Tokenize Anything via Prompting
Apache License 2.0
470 stars 19 forks source link

How to do global segmentation? #6

Open xxk123456 opened 6 months ago

xxk123456 commented 6 months ago

Thank you for your model.!I would like to know how your model performs global segmentation. Can the author open source the inference code for global segmentation in the future?

PhyscalX commented 6 months ago

Hi, @xxk123456

Global Segmentation (i.e., Automatic Mask Generator, AMG) is just one simple use case of single point prompting. You can directly follow Meta's implementation and implement your custom predictor.

BIT-DYN commented 5 months ago

Thank you for your model.!I would like to know how your model performs global segmentation. Can the author open source the inference code for global segmentation in the future?

Hi, @xxk123456

Have you implemented this feature yet? I have the same requirement.

lxiaohaung commented 2 months ago

@BIT-DYN Hi,I also have this requirement,have you achieve it?