fs4now
fs4now
有一个方法名 修改了在ida中的exports中能看到,但是在左侧Function windows中却看不到,并且安卓中调用提示找不到,别的方法名修改成功能找到,就这一个找不到,可能是什么原因呢?(ubuntu14下重新编译你的源码运行的)非常感谢大神能帮忙看一下 
模型固化问题
能在train.py训练模型的同时,保存为ckpt格式之外,再保存为一份.pb格式的么? 我在网上找了一段保存为pb的代码 from tensorflow.python.framework import graph_util ##################模型封装 output_graph_def = graph_util.convert_variables_to_constants(sess, sess.graph_def, output_node_names=["output"]) # 形参output_node_names用于指定输出的节点名称(不是指的要输出的节点的名称) pb_file_path = " my_net/save_net.pb" with tf.gfile.FastGFile(pb_file_path, mode='wb') as f: f.write(output_graph_def.SerializeToString()) ##################模型封装 但是因为是初学者没有找到output_node_names(用于指定输出的节点名称)在你的代码中具体变量名是哪个,能指点一下么?谢谢。
 when i run the step3,it get an error, cannot find -lmtcnn,could you point out the problem,thanks a lot.
Could u please upload this vedio"/home/lingkang/Videos/drone.mp4",thk.
hi thanks for your work I am wondering if i can use the same code do mulit track thanks
安卓项目中 用到的三个模型跟网络参数的详细训练步骤方便完善说明一下么?非常感谢。
如题,问一下群主,能移植到arm安卓端么