SyGoing / LFFD-with-ncnn

A C++ API of the LFFD with ncnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

加载模型疑惑?

lanybass opened this issue · comments

commented

原版mxnet是一个.json和一个.param文件.如下:

        symbol_file_path = '../symbol_farm/symbol_10_560_25L_8scales_v1_deploy.json'
        model_file_path = '../saved_model/configuration_10_560_25L_8scales_v1/train_10_560_25L_8scales_v1_iter_1400000.params'

您的ncnn是一个.param一和个.bin文件,这两个文件怎么来的?用什么工具把上面两个文件转换的来吗?