add fixup
This commit is contained in:
11
notebooks/fixup.sh
Normal file
11
notebooks/fixup.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user