├── CIKM_AnalytiCup_2017_Team_Marmot.pdf ├── DATA.md ├── README.md └── code ├── TOOLS └── CIKM_TOOLS.py ├── step1_Image_Match ├── step1.1_rawdata_rewrite.py ├── step1.2_space_match.py ├── step1.3_temporal_match.py └── step1.4_testAB_stitch.py ├── step2_Local_Descriptor_Trace_Tracking ├── step2.1_SIFT_descriptor.py └── step2.2_trajectory.py ├── step3_Generate_feature ├── step3.1_trajectory_image.py ├── step3.2_temporal_spatial_vector.py ├── step3.3_general_description.py ├── step3.4_flatten_noniamge_feature.py └── step3.5_patch.py └── step4_Model ├── step4.1_cnn_simple.py ├── step4.2_nn_patch.py ├── step4.3_nn.py ├── step4.4_gbdt.py └── step4.5_submit.py /CIKM_AnalytiCup_2017_Team_Marmot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/CIKM_AnalytiCup_2017_Team_Marmot.pdf -------------------------------------------------------------------------------- /DATA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/DATA.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/README.md -------------------------------------------------------------------------------- /code/TOOLS/CIKM_TOOLS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/TOOLS/CIKM_TOOLS.py -------------------------------------------------------------------------------- /code/step1_Image_Match/step1.1_rawdata_rewrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step1_Image_Match/step1.1_rawdata_rewrite.py -------------------------------------------------------------------------------- /code/step1_Image_Match/step1.2_space_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step1_Image_Match/step1.2_space_match.py -------------------------------------------------------------------------------- /code/step1_Image_Match/step1.3_temporal_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step1_Image_Match/step1.3_temporal_match.py -------------------------------------------------------------------------------- /code/step1_Image_Match/step1.4_testAB_stitch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step1_Image_Match/step1.4_testAB_stitch.py -------------------------------------------------------------------------------- /code/step2_Local_Descriptor_Trace_Tracking/step2.1_SIFT_descriptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step2_Local_Descriptor_Trace_Tracking/step2.1_SIFT_descriptor.py -------------------------------------------------------------------------------- /code/step2_Local_Descriptor_Trace_Tracking/step2.2_trajectory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step2_Local_Descriptor_Trace_Tracking/step2.2_trajectory.py -------------------------------------------------------------------------------- /code/step3_Generate_feature/step3.1_trajectory_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step3_Generate_feature/step3.1_trajectory_image.py -------------------------------------------------------------------------------- /code/step3_Generate_feature/step3.2_temporal_spatial_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step3_Generate_feature/step3.2_temporal_spatial_vector.py -------------------------------------------------------------------------------- /code/step3_Generate_feature/step3.3_general_description.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step3_Generate_feature/step3.3_general_description.py -------------------------------------------------------------------------------- /code/step3_Generate_feature/step3.4_flatten_noniamge_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step3_Generate_feature/step3.4_flatten_noniamge_feature.py -------------------------------------------------------------------------------- /code/step3_Generate_feature/step3.5_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step3_Generate_feature/step3.5_patch.py -------------------------------------------------------------------------------- /code/step4_Model/step4.1_cnn_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step4_Model/step4.1_cnn_simple.py -------------------------------------------------------------------------------- /code/step4_Model/step4.2_nn_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step4_Model/step4.2_nn_patch.py -------------------------------------------------------------------------------- /code/step4_Model/step4.3_nn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step4_Model/step4.3_nn.py -------------------------------------------------------------------------------- /code/step4_Model/step4.4_gbdt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step4_Model/step4.4_gbdt.py -------------------------------------------------------------------------------- /code/step4_Model/step4.5_submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaoyichen/CIKM-Cup-2017/HEAD/code/step4_Model/step4.5_submit.py --------------------------------------------------------------------------------