├── README.md ├── cache └── README.md ├── lgbFeature_extract.py ├── lgbModel_train.py ├── lib ├── DL_ClassifierModel.py ├── MarineTargetsAnalyze.py ├── metrics.py ├── nnLayer.py └── utils.py ├── main.py ├── model ├── lgb │ └── README.md └── nn │ └── README.md ├── nnFeature_extract.py ├── nnModel_train.py ├── run.sh └── 抗毒救灾队方案.pptx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/README.md -------------------------------------------------------------------------------- /cache/README.md: -------------------------------------------------------------------------------- 1 | cache save path -------------------------------------------------------------------------------- /lgbFeature_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lgbFeature_extract.py -------------------------------------------------------------------------------- /lgbModel_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lgbModel_train.py -------------------------------------------------------------------------------- /lib/DL_ClassifierModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lib/DL_ClassifierModel.py -------------------------------------------------------------------------------- /lib/MarineTargetsAnalyze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lib/MarineTargetsAnalyze.py -------------------------------------------------------------------------------- /lib/metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lib/metrics.py -------------------------------------------------------------------------------- /lib/nnLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lib/nnLayer.py -------------------------------------------------------------------------------- /lib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/lib/utils.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/main.py -------------------------------------------------------------------------------- /model/lgb/README.md: -------------------------------------------------------------------------------- 1 | lgb model save path -------------------------------------------------------------------------------- /model/nn/README.md: -------------------------------------------------------------------------------- 1 | nn model save path -------------------------------------------------------------------------------- /nnFeature_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/nnFeature_extract.py -------------------------------------------------------------------------------- /nnModel_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/nnModel_train.py -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/run.sh -------------------------------------------------------------------------------- /抗毒救灾队方案.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wudejian789/2020DCIC_A_Rank7_B_Rank12/HEAD/抗毒救灾队方案.pptx --------------------------------------------------------------------------------