From ad5db644fa960142c9c9734784714665b0416dc9 Mon Sep 17 00:00:00 2001 From: Scott Register Date: Sat, 26 Oct 2024 16:01:12 -0700 Subject: [PATCH] add fixup --- notebooks/fixup.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notebooks/fixup.sh diff --git a/notebooks/fixup.sh b/notebooks/fixup.sh new file mode 100644 index 0000000..ec9a6b8 --- /dev/null +++ b/notebooks/fixup.sh @@ -0,0 +1,11 @@ + + + +for i in {457..520}; do + segment_dir="./segment_$i" + rm -rf ${segment_dir}/mask.png + rm -rf ${segment_dir}/output_frames_done + rm -rf ${segment_dir}/output* + rm -rf ${segment_dir}/segment_points + +done