microsoft / FocalNet

[NeurIPS 2022] Official code for "Focal Modulation Networks"
MIT License
682 stars 61 forks source link

Will you publish the DINO based model that achieved SOTA on COCO? #9

Closed ronslos closed 1 year ago

ronslos commented 1 year ago

Hi, thanks for the interesting and insightful work! Will you publish code and weights for the DINO based model that achieves SOTA on COCO detection?

jwyang commented 1 year ago

thanks for your interest, yes, we will release the large, xlarge and huge models shortly.

jwyang commented 1 year ago

HI, @ronslos , we just released the large, xlarge and huge ckpts pretrained on imagenet-22k. Give it a try!

YChunag commented 1 year ago

@jwyang , could you please release them for object detection?

jwyang commented 1 year ago

Hi, @YChunag , I will release the od pretrained ckpts at some points soon.

jwyang commented 1 year ago

Please refer to this repo for the object detection with our FocalNet: https://github.com/FocalNet/FocalNet-DINO

Kshitiz-Jain commented 1 year ago

Hello, Thank you for sharing your work. I wanted to know if the above mentioned models for Object detection has been released.

songyuc commented 1 year ago

Hi, @jwyang! Will you combine the FocalNet: https://github.com/FocalNet/FocalNet-DINO into this main repo?