nonoevil
nonoevil
['similarity= (100.0 * text_features @ self.lvis_embed.to(self.device)).softmax(dim=-1)'](https://github.com/FoundationVision/GenerateU/blob/main/projects/DDETRS/ddetrs/ddetrs_vl_uni.py#L315) Why do we need to perform matrix multiplication on **text_features** and **self.lvis_embed**? What does self.lvis_embed refer to? I look forward to the author's answer.
When I use pip install -r requirements.txt, the following error occurs. Is there any problem with the requirements.txt? 