Alex
Alex
@MaxLingwei Thank you for your matconvnet2caffe. Do you compare the result between caffe and matconvnet? Is the result of caffe same with the matconvnet?
@MaxLingwei Thank you for your reply. I think you can reduce the height and width of input_dim in prototxt, for example, you can adjust input_dim:1 input_dmi:3 input_dim:224 input_dim:224 to input_dim:1...
@MaxLingwei How to set the Crop layer after the Deconvolution layer in caffe? For example, the input of deconvolution layer is [N,C,H,W], the output of deconvolution layer in caffe is...
需要下载作者另外一个项目yolov5_caffe-master,编译成功后可解决reorg层无法识别问题。
@Wulingtian pt转成caffemodel后,检测结果存在差异,bounding box的x和y差异较大,请问你有遇到过这个问题吗?
@Jerryzcn If I use tf.contrib.layers.batch_norm(input, scale=False) in Tensorflow, the "scale =False" means whether the gamma is zero in "y = gamma*x+beta". the definition of contrib.layers.batch_norm in tensorflow: def batch_norm(inputs, decay=0.999,...
@Jerryzcn Thank you very much. I’m converting tensorflow to caffe. I use tf.contrib.layers.batch_norm(input, scale=False) in Tensorflow, so there is only beta param in checkpoint, in your view, caffeLayer:scale_layer_gamma=1 caffeLayer:scale_layer_beta=tfLayer/BatchNorm/beta:0 But...
@catsdogone Hi, I want to know how to save the moving_mean and the moving_variance param in tensorflow/batchnormlayer. I have check the param in my trained model of tensorflow, but there...