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
I have a custom dataset which contains lots of images. During the training the data loading seems to be the bottleneck. But the dataset does not have the classification label, while each image has a label which is a float value (not int). And the label information is stored in a text file in the following format. How can I use this tool to generate the LMDB file.
I have a custom dataset which contains lots of images. During the training the data loading seems to be the bottleneck. But the dataset does not have the classification label, while each image has a label which is a float value (not int). And the label information is stored in a text file in the following format. How can I use this tool to generate the LMDB file.
=======================
img1.png 0.1
img2.png 0.5
...
img9.png 2.1
The text was updated successfully, but these errors were encountered: