FoundationVision / GLEE

[CVPR2024 Highlight]GLEE: General Object Foundation Model for Images and Videos at Scale
https://glee-vision.github.io/
MIT License
1.02k stars 82 forks source link

Fix typo #6

Closed ypwhs closed 5 months ago

ypwhs commented 8 months ago

Defined before:

OBJ365_class_names = [cat['name'] for cat in OBJ365_CATEGORIESV2]

But what is used later is

batch_category_name = obj365_class_name

So OBJ365_class_names should be changed to obj365_class_name