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

File b'data/meta/metadata.csv' does not exist: b'data/meta/metadata.csv' #220

Open
Angel0003 opened this issue Dec 16, 2019 · 1 comment

Comments

@Angel0003
Copy link

running python main.py prepare_masks and python main.py train --pipeline_name unet_weighted d, it threw out an error: FileNotFoundError: [Errno 2] File b'data/meta/metadata.csv' does not exist: b'data/meta/metadata.csv',please tell me how to solve the problem?

@jakubczakon
Copy link
Collaborator

So sorry for the super late answer.

But if someone needs it in the future.
You need to prepare masks and metadata by running:

python main.py prepare_masks
python main.py prepare_metadata --train_data --valid_data

as explained in the REPRODUCE_RESULTS.

Once this is done you can run the pipeline.

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