Skip to content
Snippets Groups Projects
Commit bd2518e8 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

bash helper for downloading corrected dataset after segmentation

parent 4295c745
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
TARGET_FOLDER=/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/sample_playground
# clean the folder
rm -rf $TARGET_FOLDER/*
cp -r /home/nibio/mutable-outside-world/data/corrected/validation_after_seg/* $TARGET_FOLDER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment