cvlab-kaist / CAT-Seg

Official Implementation of "CAT-Seg🐱: Cost Aggregation for Open-Vocabulary Semantic Segmentation"
https://ku-cvlab.github.io/CAT-Seg/
MIT License
267 stars 25 forks source link

where is swin_base_patch4_window12_384_22k.pkl? #4

Closed yxchng closed 1 year ago

hsshin98 commented 1 year ago

The weights can be downloaded from the Swin Transformers repository, and can be converted to Detectron2 format by following the instructions below:

https://github.com/facebookresearch/MaskFormer/blob/main/tools/README.md

The same can be done for R-101 and its weights; kudos to them for providing such tools!