Priyank Pathak
Priyank Pathak
Hello, Can you please provide GFLOP values for all your models? I tried using ```from ptflops import get_model_complexity_info``` to obtain the following values. ``` EVA = ['EVA01_CLIP_g14', 'EVA01_CLIP_g14_plus', 'EVA02_CLIP_B16', 'EVA02_CLIP_bigE14',...
Is there a plans to release the evaluation code for odinw13?
Averaging of results for ODinW35 [MM-GDINO](https://github.com/open-mmlab/mmdetection/blob/main/configs/mm_grounding_dino/README.md#results-and-models-of-odinw35 ) is wrong. ``` MM-GDINO-T (O365,GoldG,GRIT,V3Det) ``` Reported value is `0.284` but averaging yields `0.231743`
Hello, Thank you for the code!! I have a trivial doubt on why linear layer MLP layer computed in an indirect way. For example, > https://github.com/FoundationVision/GLEE/blob/main/projects/GLEE/glee/backbone/eva02.py#L98 ``` self.q_proj = nn.Linear(dim,...