You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for the great work. Though I am wondering how to train the DETR using the dataset you provided. When I check the caption for each bounding box, I find that the 'salmon_(fish)' and 'salmon_(food)' are merged into 'salmon' using the clean_name() function, resulting in 1199 classes smaller than 1203 classes in the original LVIS dataset.
I am wondering if there is a way to train the conventional DETR using the provided .json file.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the great work. Though I am wondering how to train the DETR using the dataset you provided. When I check the caption for each bounding box, I find that the 'salmon_(fish)' and 'salmon_(food)' are merged into 'salmon' using the clean_name() function, resulting in 1199 classes smaller than 1203 classes in the original LVIS dataset.
I am wondering if there is a way to train the conventional DETR using the provided .json file.
Thanks in advance!
The text was updated successfully, but these errors were encountered: