Jcmels
Jcmels
这里accuracy是单字符的话,整体的accuracy其实是会低于这个值的
Hi ,@balancap Thanks for you hard work to implement SSD on TensorFlow! And now I want to train my own model on my own Dataset: 1. I create a Dataset...
比如米10至尊纪念版里会出现预览帧半绿屏 
Hi I think I found a new way to save model.It also save variable and model. https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/serving_basic.md
This is not a issue,but a optimized save method. 1. import dependency ``` from tensorflow.python.framework.graph_util import convert_variables_to_constants ``` 2. Convert variables to constants and save ``` output_graph_def = convert_variables_to_constants(sess, sess.graph_def,...
``` java PicCrop.cropAvatarFromGallery(MainActivity.this); @Override protected void onActivityResult(int requestCode, int resultCode, final Intent data) { super.onActivityResult(requestCode, resultCode, data); PicCrop.onActivityResult(requestCode, resultCode, data, MainActivity.this, new PicCrop.CropHandler() { @Override public void handleCropResult(Uri uri, int...