SHI-Labs / OneFormer

OneFormer: One Transformer to Rule Universal Image Segmentation, arxiv 2022 / CVPR 2023
https://praeclarumjj3.github.io/oneformer
MIT License
1.39k stars 129 forks source link

demo.py问题 #89

Closed wangchao0720 closed 10 months ago

wangchao0720 commented 10 months ago

from detectron2.projects.deeplab import add_deeplab_config这段代码,我在https://github.com/facebookresearch/detectron2/tree/main/detectron2中没有找到deeplab下的add_deeplab_config函数,请问博主,这是为什么呢

praeclarumjj3 commented 10 months ago

It's here: https://github.com/facebookresearch/detectron2/blob/main/projects/DeepLab/deeplab/__init__.py