Configuration.xml 184 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="GB2312"?>
<opencv_storage>

	<!--Unet-->
	<Unet>
		<ModelPath>"../Resource/Models/Segmentation/unet_13_256.onnx"</ModelPath>
	</Unet>
	
</opencv_storage>