├── README.md ├── code ├── DataAugmentForTrain.py ├── DataAugmentForValid.py ├── del_copy_for_train.py ├── extract_xml.py ├── main.py ├── merge.py ├── split_good_bad.py └── xml_helper.py ├── data └── 存放原始数据 ├── submit └── 最终提交文件 └── version.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/README.md -------------------------------------------------------------------------------- /code/DataAugmentForTrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/DataAugmentForTrain.py -------------------------------------------------------------------------------- /code/DataAugmentForValid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/DataAugmentForValid.py -------------------------------------------------------------------------------- /code/del_copy_for_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/del_copy_for_train.py -------------------------------------------------------------------------------- /code/extract_xml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/extract_xml.py -------------------------------------------------------------------------------- /code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/main.py -------------------------------------------------------------------------------- /code/merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/merge.py -------------------------------------------------------------------------------- /code/split_good_bad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/split_good_bad.py -------------------------------------------------------------------------------- /code/xml_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/code/xml_helper.py -------------------------------------------------------------------------------- /data/存放原始数据: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /submit/最终提交文件: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maozezhong/TIANCHI_XUELANG_AI/HEAD/version.txt --------------------------------------------------------------------------------