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

for #75

Open
cebain opened this issue Feb 13, 2023 · 3 comments
Open

for #75

cebain opened this issue Feb 13, 2023 · 3 comments

Comments

@cebain
Copy link

cebain commented Feb 13, 2023

hello,thanks for your revision very much。 I still want to ask a question。 We can see that the h5 file includes both image and label data, and when we train,for unlabeld data, we just extract volume batch which is the image data。 However, if I don't have labels of all data,I just have labels for some of the data, which really needs smei-supervise, then how should I write
the h5 file, or I just read image for 2D pictures?

@supgy
Copy link

supgy commented Dec 4, 2023

I also want to know how to make it, do you know what to do?

@cebain
Copy link
Author

cebain commented Dec 4, 2023

well,for data without labels, if you want to turn them into h5, you can simple write picture data as 'image', and for 'label' you can also write picture data or zero array or anything since 'label' for unlabeled data would not be read during the training process.

@supgy
Copy link

supgy commented Dec 5, 2023

well,for data without labels, if you want to turn them into h5, you can simple write picture data as 'image', and for 'label' you can also write picture data or zero array or anything since 'label' for unlabeled data would not be read during the training process.

Thank you very much for your reply, which resolved my doubts, I will have a try. :)

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

2 participants