-
Notifications
You must be signed in to change notification settings - Fork 353
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
how to assure the identical transform on both image and labels #29
Comments
Hello, The way they are saved and called in the project is my way to make sure that same label and image are called. |
'0000', what is that? |
Sorry I forgot to add that in the code on how i save the files. |
Hi, In the following code, the self.tx worked on the image and the self.lx worked on the label. There is a randomRotation transformation in self.tx but there is no same randomrotation in the self.lx. Does it mean that the image will have the random rotation transformation but its label will not be rotated?
|
I just checked that out. And yes that's a mistake from my end. I will correct it in some days, but if you do, send me a pull request. |
I just had a pull request try |
Merged. |
Hi, Thank for this great project. I have a question about the data augmentation. In Image_Dataset_folder class, the transforms of the image and label are separate. How to assure the same random transform of images could be used in the related labels?
The text was updated successfully, but these errors were encountered: