mit-quest / necstlab-damage-segmentation

MIT License
5 stars 6 forks source link

Issue 82 improve run doc #85

Closed CarolinaFurtado closed 3 years ago

CarolinaFurtado commented 3 years ago

Added this information to metadata:

Also, added a new argument to train_segmentation_model.py: --message (default to None)

argparser.add_argument(
    '--message',
    type=str,
    default=None,
    help='A str message the used wants to leave, the default is None.')

New metadata for train: image

New metadata for train threshold: image

New metadata for test: image

New metadata for infer: image

rak5216 commented 3 years ago

looks awesome to me. @Josh-Joseph any comments? particularly on gcp_utils.py?