A minor mistake occurred during the evaluation process. Here is the error message:
File "./Cobra/cobra/cobra/models/backbones/vision/dinosiglip_vit.py", line 145, in forward
return torch.cat([dino_patches[0], siglip_patches], dim=2)
TypeError: expected Tensor as element 1 in argument 0, but got list
To fix this issue, the code on line 145 should be updated to:
Minor Mistake During Evaluation
A minor mistake occurred during the evaluation process. Here is the error message:
To fix this issue, the code on line 145 should be updated to: