update,
This commit is contained in:
29
vinniesniper-54816/task1/_lab/007-test/train.sh
Executable file
29
vinniesniper-54816/task1/_lab/007-test/train.sh
Executable 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
|
Reference in New Issue
Block a user