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

Are these lines correct? #6

Open
lukemelas opened this issue Aug 10, 2021 · 0 comments
Open

Are these lines correct? #6

lukemelas opened this issue Aug 10, 2021 · 0 comments

Comments

@lukemelas
Copy link

Should these lines refer to the training masks, rather than the validation masks?

segmentation_sourcefile = 'validation-annotations-object-segmentation.csv'
segmentation_folder = 'annotations/validation_masks/'

Here is a larger snippet:

if subset == 'train' and args.version != 'challenge_2019':
category_sourcefile = 'class-descriptions-boxable.csv'
image_sourcefile = 'train-images-boxable-with-rotation.csv'
if args.version == 'v6':
annotation_sourcefile = 'oidv6-train-annotations-bbox.csv'
else:
annotation_sourcefile = 'train-annotations-bbox.csv'
image_label_sourcefile = 'train-annotations-human-imagelabels-boxable.csv'
image_size_sourcefile = 'train_sizes-00000-of-00001.csv'
segmentation_sourcefile = 'validation-annotations-object-segmentation.csv'
segmentation_folder = 'annotations/validation_masks/'

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