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

KeyError 2156740059 #834

Open
shrijan00 opened this issue Oct 4, 2023 · 0 comments
Open

KeyError 2156740059 #834

shrijan00 opened this issue Oct 4, 2023 · 0 comments

Comments

@shrijan00
Copy link

Hi, I tried to run the train.py and I see this error. Any idea what could be going wrong?
image
This is dataset config:
paprika_dataset = dataset_base.copy({ 'name': 'Paprika_Dataset', 'train_images':'./Input_data/Train_Images', 'train_info':'./Input_data/train_annotations.json', 'valid_images': './Input_data/Valid_Images', 'valid_info': './Input_data/valid_annotations.json', 'class_names': ('Paprika', 'Stem'), })
And my YOLACT v1.0 CONFIGS
yolact_resnet50_paprika_config = yolact_resnet50_config.copy({ 'name': "paprika_detection", 'dataset': paprika_dataset, 'num_classes': len(paprika_dataset.class_names) + 1, 'max_size': 512, })

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