open-solution-mapping-challenge
open-solution-mapping-challenge copied to clipboard
File b'data/meta/metadata.csv' does not exist: b'data/meta/metadata.csv'
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?
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.