SegCLIP icon indicating copy to clipboard operation
SegCLIP copied to clipboard

PyTorch implementation of ICML 2023 paper "SegCLIP: Patch Aggregation with Learnable Centers for Open-Vocabulary Semantic Segmentation"

Results 3 SegCLIP issues
Sort by recently updated
recently updated
newest added

Hello, what are data_path and feature_path here, and how do I get them? ![image](https://user-images.githubusercontent.com/117440320/228740827-5bba5867-2b53-4f1e-8c87-ad86a6ad3dbe.png)

Hi! Thanks for releasing the codes! Based on the [codes](https://github.com/ArrowLuo/SegCLIP/blob/main/seg_segmentation/evaluation/vit_seg.py#:~:text=def%20encode_decode(self%2C%20img%2C%20img_metas)%3A), in the inference stage to obtain the segmentation mask, the input texts contains a whole set of labels of some...