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

training and val pair mismatch #2

Open
bereket-meley opened this issue Apr 14, 2021 · 1 comment
Open

training and val pair mismatch #2

bereket-meley opened this issue Apr 14, 2021 · 1 comment

Comments

@bereket-meley
Copy link

train_temp.append([train_image_item,self.annotation[line][idx]])
val_temp.append([val_image_item,self.annotation[line][idx]])

is train_image_item and self.annotation[line][idx]] need to be of the same image like Folder-1_image1.jpg, Folder-1_image1_annotation.png, or just random pairs as long as they are from the same folder. And what about for the validation

@FangLintao
Copy link
Owner

Hi, it should be from the same folder

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