Seunggu0305
Seunggu0305
https://github.com/Seunggu0305/VLCounter/blob/2dc15ddd218744c2c3c63b667fa0bc4a24ce8c3c/tools/models/VLCounter.py#L36 Can you comment out above line and try running the test again?
You should leave the flag variable to True and comment out the mentioned line. Try to replace VLCounter.py L36~L39 as below. ``` # if flag: self.gn = nn.GroupNorm(8, out_channels) self.gelu...
> You should leave the flag variable to True and comment out the mentioned line. Try to replace VLCounter.py L36~L39 as below. > > ``` > # if flag: >...
You can download *.pt weight files of CLIP from original repo. - https://github.com/openai/CLIP/blob/a1d071733d7111c9c014f024669f959182114e33/clip/clip.py#L30-L40
I only fixed the code in test.py and missed the necessary updates for the other datasets. Apologies for that. You can fix it as follows. `from .models.Counter_vit_tc_unet_info import Counter` to...
We observed a performance degradation from using the CLIP-surgery fashion compared to maskCLIP, even with the use of the CLIP. We will provide you with the results soon.