Configuration.xml 373 Bytes
Newer Older
shangxl's avatar
shangxl committed
1
2
3
4
5
6
<?xml version="1.0" encoding="GB2312"?>
<opencv_storage>

	<!--DeepLabV3-->
	<DeepLabV3>
		<ModelPath>"../Resource/Models/deeplabv3_resnet101.onnx"</ModelPath>
7
8
9
		<UseInt8>1</UseInt8>			  <!--是否使用int8,不支持-->
		<UseFP16>0</UseFP16>			  <!--是否使用FP16-->
		<UseOffloadCopy>0</UseOffloadCopy><!--是否使用offloadcopy-->
shangxl's avatar
shangxl committed
10
11
12
	</DeepLabV3>
	
</opencv_storage>