[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
6.9k
stars
699
forks
source link
fix: eval empty token_spans properly #191
Closed
KazutoMurase closed 1 year ago
eval accepts only string. When token_spans is None, it should be converted to string as well. (Otherwise, the following error occurs.)