Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use it on custom dataset for regression task #11

Open
slimwangyue opened this issue Nov 24, 2021 · 0 comments
Open

Use it on custom dataset for regression task #11

slimwangyue opened this issue Nov 24, 2021 · 0 comments

Comments

@slimwangyue
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant