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, I am trying to reproduce your evaluation on "ade20k_panoptic_val" dataset, but there is issue with the visual prompts generation. The script is looking for anns[ann['id']] = ann and giving KeyError: 'id'.
As I see, the Detectron2 panoptic datasets doesn't have id field natively, the data was preprocessed accordingly to the MaskDINO instruction, which you provided, and everything worked fine there.
Please, could you explain more about how visual prompts could be generated from this data? Thank you in advance :)
The text was updated successfully, but these errors were encountered:
Thank you very much for your reply. I solved the problem with id, the issue was related to the fact, that I was registering dataset to the Detectron2 catalogue, not using your scripts from datasets/registration, but my own method, from Detectron2 Docs. With your registration, everything worked perfectly.
But still, the metrics have rather low values - I have problem with achieving similar results to yours.
Hi, I am trying to reproduce your evaluation on "ade20k_panoptic_val" dataset, but there is issue with the visual prompts generation. The script is looking for anns[ann['id']] = ann and giving KeyError: 'id'.
As I see, the Detectron2 panoptic datasets doesn't have id field natively, the data was preprocessed accordingly to the MaskDINO instruction, which you provided, and everything worked fine there.
Please, could you explain more about how visual prompts could be generated from this data? Thank you in advance :)
The text was updated successfully, but these errors were encountered: