What is a proper format of labels? #202
Labels
documentation
Improvements or additions to documentation
example request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
I have a custom dataset. 4 Classes:
['Port', 'Necklace', 'Endo', 'ICD']
I have a dataframe where each row represents a separate detection. If some image has more then single detection, then it's
image_id
is in two columnsand I wrote a custom
Parser
Everything seems to be working but I'm not sure whether it is a proper approach for creating a
Parser
or should I change something?The text was updated successfully, but these errors were encountered: