Click or drag to resize

DnnInvokeShrinkCaffeModel Method

http://www.emgu.com
Convert all weights of Caffe network to half precision floating point

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void ShrinkCaffeModel(
	string src,
	string dst
)

Parameters

src
Type: SystemString
Path to origin model from Caffe framework contains single precision floating point weights (usually has .caffemodel extension).
dst
Type: SystemString
Path to destination model with updated weights.
See Also