dqshuai / MetaFormer

A PyTorch implementation of "MetaFormer: A Unified Meta Framework for Fine-Grained Recognition". A reference PyTorch implementation of “CoAtNet: Marrying Convolution and Attention for All Data Sizes”
MIT License
210 stars 36 forks source link

Regarding object detection. #6

Closed BakingBrains closed 2 years ago

BakingBrains commented 2 years ago

Does it work well for detection and localization task? (from the paper it should work well, to classify object with meta info)

Any suggestions here?