Same image has multiple rows in metadata but only single is displayed in viewer #7131
Unanswered
SushantGautam
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Need feature to show multiple rows referring to the same images in dataset viewer.
For eg in VQA dataset.
I have 10K images and say 100K Q-A annotations.
But only 10K data rows are shown in the viewer. . seems like it selected one row per unique filename.
any way to address this?
I tried with dataset loader script, but that was not so efficient.
Due to multiple images the size got huge.
Need help!
Metadata sample:
file_name,question,answer
a.jpg,what is this?Animal
a.jpg,what is this?Vertebrate
a.jpg,what is this?Cow
b.jpg,what is tasty?Grass
Point->> This is perceived as two rows by the viewer.
Beta Was this translation helpful? Give feedback.
All reactions