"parse.vcproj" did not exist on "557f81e622270122438ac4897081a2e1c8e73c5b"
Configuration.xml 363 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
		<UseInt8>0</UseInt8>			  <!--是否使用int8-->
8
9
		<UseFP16>0</UseFP16>			  <!--是否使用FP16-->
		<UseOffloadCopy>0</UseOffloadCopy><!--是否使用offloadcopy-->
shangxl's avatar
shangxl committed
10
11
12
	</DeepLabV3>
	
</opencv_storage>