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

[BUG] train2017 is not found in config #217

Closed
AnhMinhTran opened this issue Apr 30, 2021 · 2 comments
Closed

[BUG] train2017 is not found in config #217

AnhMinhTran opened this issue Apr 30, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@AnhMinhTran
Copy link

Describe the bug
Train2017 is not found in config using COCO dataset when loading dataset_train, dataset_eval for training

To Reproduce
Steps to reproduce the behavior:

  1. Download COCO dataset
  2. Extract val, train, and annotation folder

Expected behavior
Script start training COCO dataset

Screenshots
If applicable, add screenshots to help explain your problem.

File structure
Screenshot from 2021-04-30 17-06-13

Error
Screenshot from 2021-04-30 17-05-54

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • This repository version: Download from GIT
  • PyTorch version w/ CUDA/cuDNN: 1.7.1

Additional context
Thank you so much for looking at the problem

@AnhMinhTran AnhMinhTran added the bug Something isn't working label Apr 30, 2021
@rwightman
Copy link
Owner

The folders are named as you have them, but the split in the code is called train not train2017 as per

... so I'm not sure how/why it's looking for a split called train2017 , did you modify code or pass diff split args? the 2017 is passed via the dataset arg, the split names are consistent across dataset types

@AnhMinhTran
Copy link
Author

I found the issue, it was one of my args pass, somehow it found it way to the cofig. Closing the issue now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants