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

	<!--DeepLabV3-->
	<DeepLabV3>
		<ModelPath>"../Resource/Models/deeplabv3_resnet101.onnx"</ModelPath>
	</DeepLabV3>
	
</opencv_storage>