Configuration.xml 515 Bytes
Newer Older
liucong's avatar
liucong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="GB2312"?>
<opencv_storage>
	<!--分类器-->
	<Classifier>
		<ModelPath>"../Resource/Models/resnet50-v2-7.onnx"</ModelPath>
        <Scale>0.003922</Scale><!--缩放尺度-->
        <MeanValue1>0.0</MeanValue1><!--均值-->
        <MeanValue2>0.0</MeanValue2>
        <MeanValue3>0.0</MeanValue3>
        <SwapRB>1</SwapRB>
        <Crop>0</Crop>
		<UseInt8>0</UseInt8><!--是否使用int8,不支持-->
		<UseFP16>0</UseFP16><!--是否使用FP16-->
	</Classifier>

</opencv_storage>