├── LICENSE ├── README.md ├── Table.cpp ├── assets ├── ch_PP-StructrureV2_SLANet_plus_cnn.bin ├── ch_PP-StructrureV2_SLANet_plus_cnn.param ├── ch_PP-StructrureV2_SLANet_plus_slahead.bin ├── ch_PP-StructrureV2_SLANet_plus_slahead.param └── table_structure_dict_ch.txt ├── model.cpp └── model.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/README.md -------------------------------------------------------------------------------- /Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/Table.cpp -------------------------------------------------------------------------------- /assets/ch_PP-StructrureV2_SLANet_plus_cnn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/assets/ch_PP-StructrureV2_SLANet_plus_cnn.bin -------------------------------------------------------------------------------- /assets/ch_PP-StructrureV2_SLANet_plus_cnn.param: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/assets/ch_PP-StructrureV2_SLANet_plus_cnn.param -------------------------------------------------------------------------------- /assets/ch_PP-StructrureV2_SLANet_plus_slahead.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/assets/ch_PP-StructrureV2_SLANet_plus_slahead.bin -------------------------------------------------------------------------------- /assets/ch_PP-StructrureV2_SLANet_plus_slahead.param: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/assets/ch_PP-StructrureV2_SLANet_plus_slahead.param -------------------------------------------------------------------------------- /assets/table_structure_dict_ch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/assets/table_structure_dict_ch.txt -------------------------------------------------------------------------------- /model.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/model.cpp -------------------------------------------------------------------------------- /model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futz12/ncnn_ppstructure_table/HEAD/model.h --------------------------------------------------------------------------------