Configuration.xml 291 Bytes
Newer Older
liucong's avatar
liucong committed
1
2
<?xml version="1.0" encoding="GB2312"?>
<opencv_storage>
liucong's avatar
liucong committed
3

liucong's avatar
liucong committed
4
5
6
7
8
9
10
11
	<!--分类器-->
	<Classifier>
		<ModelPath>"../Resource/Models/resnet50-v2-7.onnx"</ModelPath>
		<UseInt8>0</UseInt8><!--是否使用int8,不支持-->
		<UseFP16>0</UseFP16><!--是否使用FP16-->
	</Classifier>

</opencv_storage>