neptune-ai / open-solution-mapping-challenge

Open solution to the Mapping Challenge :earth_americas:
https://www.crowdai.org/challenges/mapping-challenge
MIT License
380 stars 96 forks source link

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

Open Angel0003 opened 4 years ago

Angel0003 commented 4 years ago

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 commented 4 years ago

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.