How to create this CNN architecture in Caffe?

2019-09-12 00:36发布

问题:

I have two images/patches (the larger one includes the smaller one and some context information around it) of different sizes (I dont wont to create a new image by just concatenating them).

I want to create a CNN as shown in the figure.

How can I create it using Caffe prototxt file?

Can I directly use Caffe to train it?

Both CNNs can share the same weights.