This commit is contained in:
louiscklaw
2025-01-31 22:57:47 +08:00
parent b1cd1d4662
commit b3cc8e8323
764 changed files with 722101 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#!/usr/bin/env bash
set -ex
cd negdata
python _ReName.py
python ./_GenTXT.py
python ./_copy.py
cd ..
cd posdata
python _ReName.py
python ./_GenTXT.py
python ./_copy.py
cd ..
python ./process_txt_files.py
./step1.sh
./step2_t1.sh
cp xml_step2_t1/cascade.xml test_case/beach_test/cascade.xml
cd test_case/beach_test
./test.sh
cd ..
# echo "done"
# exit 0