MirrorYuChen

Results 16 comments of MirrorYuChen

看一下这个:https://github.com/MirrorYuChen/ncnn_example/issues/20

单个模块在windows上都测试过,整个项目还没有,我过几天弄个在windows上的编译说明~

已经添加windows编译脚本,在scripts下面,我的是visual studio 17,如果你的版本不一样,自己改一下脚本。

检查一下用于对齐的五个关键点位置是否异常

我这个模型是从insightface转的,你可以用insightface自己改一下backbone训练一下~

No RK3399 avaliable, I think you need change the mnn lib compiled on RK 3399

yes, but not now, I will provide later when I am free.

我按照tensorRT-inference里面的代码将您程序中baseEngine.cpp改成如下形式: `void baseEngine::caffeToGIEModel(const std::string &deployFile, // name for caffe prototxt const std::string &modelFile, // name for model const std::vector &outputs, // network outputs unsigned int maxBatchSize, // batch size -...