This commit is contained in:
louiscklaw
2025-02-01 01:19:51 +08:00
commit 3b0b154910
32597 changed files with 1171319 additions and 0 deletions

29
task1/_lab/007-test/train.sh Executable file
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