Open anmol4210 opened 5 years ago
Hello,
Best.
set with multiple l
DId you solved this problem statement of having multiple labels on single image file ?
@ku21fan Hi
What if the space between words is multi-spaces? Consider following scenario: Image would look like something like: 123 456 789 Should I label the image like this: [imgpath] 123 456 789 or [imgpath] 123 456 789 or should I do something completely different?
Hi, I have a data set with multiple labels on one image. How will I prepare my data set for this. I have seen the file create_lmdb_dataset its takes ame of the name and the label in it as an input but now instead of a single label, i want to give a list of labels in an image. How ca I solve this problem?
Any help would be greatly appreciated..