aim-uofa / Matcher

[ICLR'24] Matcher: Segment Anything with One Shot Using All-Purpose Feature Matching
https://arxiv.org/abs/2305.13310
Other
422 stars 25 forks source link

Possible release date #1

Closed pourfard closed 8 months ago

pourfard commented 1 year ago

Hi, thanks for the great article May I ask you what time are you going to release the source code? Will you release the pretrained models too?

lihengtao commented 1 year ago

Hi, thanks for your interest. We are preparing for the open source and will release both the code and models. Please stay tuned.:)

tensorboy commented 1 year ago

Good work, looking forward to the code and pre-trained models.

ha1ha2hahaha commented 1 year ago

Hi,thanks for your great work! when I used the DINOv2 as a backbone, it would give a 1024 embedding as a ouput.But you've written that it will give a tensor with the size of hwc. Could you tell me why?

lihengtao commented 1 year ago

Hi,thanks for your great work! when I used the DINOv2 as a backbone, it would give a 1024 embedding as a ouput.But you've written that it will give a tensor with the size of h_w_c. Could you tell me why?

Hi, you can call DinoVisionTransformer.forward_features to get a dict which contains class token and patch tokens. You can refer https://github.com/facebookresearch/dinov2/blob/main/dinov2/models/vision_transformer.py#LL233C22-L233C22 to get more details. :)

leolle commented 1 year ago

Hi, thanks for your interest. We are preparing for the open source and will release both the code and models. Please stay tuned.:)

加油!

tieguanyin803 commented 1 year ago

thanks for the great article

evolu8 commented 1 year ago

Great work. Looking forward to the release.

Jingxi245 commented 1 year ago

Hello, could you provide the codes and pre-trained models for testing? I want to test using my own data sets.

NielsRogge commented 1 year ago

For those waiting for the release, check out PerSAM (personalized SAM) which is already open-source, I made 2 tutorial notebooks for it here: https://github.com/NielsRogge/Transformers-Tutorials/tree/master/PerSAM

The Matcher authors do compare against PerSAM in their paper

SSUHan commented 1 year ago

Any update? I'm also looking forward to the release!

zzzyzh commented 11 months ago

Please tell me there's a relevant announcement date now, really looking forward to it!

feivelliu commented 9 months ago

When will it be updated?

simoneangarano commented 9 months ago

When are you publishing the code?

yangliu96 commented 8 months ago

The code has been released. Thank you for your attention!