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

For CUB-200 meta data, i wonder know where is the bert_embedding_cub in the link of CUB-200 #31

Open lt00001 opened 1 year ago

lt00001 commented 1 year ago

There is bert_embedding_root = os.path.join(root,'bert_embedding_cub') in dataset_fg.py, but I can not find any dir called bert_embedding_cub in the CUB-200.

ZhangLi1210 commented 6 months ago

same problem