Configuration.xml 358 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
	<!--分类器-->
	<Classifier>
		<ModelPath>"../Resource/Models/resnet50-v2-7.onnx"</ModelPath>
		<UseInt8>0</UseInt8><!--是否使用int8,不支持-->
		<UseFP16>0</UseFP16><!--是否使用FP16-->
liucong's avatar
liucong committed
9
		<Useoffloadcopy>0</Useoffloadcopy><!--是否使用offloadcopy-->
liucong's avatar
liucong committed
10
11
12
	</Classifier>

</opencv_storage>