open-solution-mapping-challenge icon indicating copy to clipboard operation
open-solution-mapping-challenge copied to clipboard

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

Open Angel0003 opened this issue 5 years ago • 1 comments

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?

Angel0003 avatar Dec 16 '19 02:12 Angel0003

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.

jakubczakon avatar Apr 30 '20 07:04 jakubczakon