TRIS icon indicating copy to clipboard operation
TRIS copied to clipboard

[ICCV 2023] Official code release of our paper "Referring Image Segmentation Using Text Supervision"

Results 2 TRIS issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for sharing your work! I noticed in `demo.py`, the `get_transform()` method does not respect the `size` argument. It is hardcoded to resize to (224,224): https://github.com/fawnliu/TRIS/blob/b45f660783b0334f6110c3afe7d53c8b30eab418/demo.py#L22 I believe...

Thanks authors for sharing the code. I have a following question: When computing the attention map for visual features, is Av in the below line a all-one tensor? Only one...