strivehub
strivehub
thanks for you work very much,I have a problem,keras convert to tensorflow the resule should have two file but I get only one is 'checkpoint',why??
你好,请问如何训练自己数据呢,没有看到相关入口
貌似yolov3-nano训练出的模型caffe输出正常,但是mnn输出就是乱的,我对比了两个模型每一层输出,发现是在layer72-upsample层开始不一样,感觉是 #layer { # bottom: "layer71-route" # top: "layer72-upsample" # name: "layer72-upsample" # type: "Upsample" # upsample_param { # scale: 2 # } #} layer { bottom: "layer71-route" top: "layer72-upsample"...
大大,可不可说明一下如何训练及使用,对于新手来说很有必要,谢谢!!
看了大哥的c++以及Python运行666 ,由于没有使用过java,请问安卓端的运行的能够仔细说一下吗?谢谢
根据您的博客进行的编译,没有报错,之后运行官方mobilenet网络能够正确出结果,为什么没有libMNN.so文件?之后运行person-detector-pic.py报错武如下: priors nums:5329 libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: numpy type does not match Abort trap: 6 这个错误是不是和没有libMNN.so替换有关,在编译后build中确实没有生成。试了两次都一样。
在执行python person-detector-video.py的时候,报了错误以下错误: priors nums:5329 libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: numpy type does not match Abort trap: 6 请问是什么原因??谢谢