We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have changed this line "https://github.com/CVI-SZU/CLIMS/blob/master/segmentation/deeplabv2/libs/datasets/voc.py#L150' to the following to start the training
file_list = [id_.rstrip().split(" ")[0].split('/')[-1].split('.')[0] for id_ in file_list]
The text was updated successfully, but these errors were encountered:
Hi, you can use the train_aug.txt at here. It looks like
train_aug.txt
2007_000032 2007_000039 2007_000063 2007_000068 2007_000121 2007_000170 2007_000241 2007_000243 2007_000250 2007_000256
Sorry, something went wrong.
Ok, I think with this format, it should work. I downloaded from other source, where it had both img and mask.
No branches or pull requests
I have changed this line "https://github.com/CVI-SZU/CLIMS/blob/master/segmentation/deeplabv2/libs/datasets/voc.py#L150' to the following to start the training
file_list = [id_.rstrip().split(" ")[0].split('/')[-1].split('.')[0] for id_ in file_list]
The text was updated successfully, but these errors were encountered: