er-muyue / DeFRCN

MIT License
181 stars 43 forks source link

Do we need to give support image during inference? #68

Closed suryasid09 closed 1 year ago

suryasid09 commented 1 year ago

Hello,

I have a question regarding inference. How do we need to give support image along with query image during inference? I don't understand how can we perform inference using this model. I would appreciate a lot if someone can help.

suryasid09 commented 1 year ago

I am not sure, but I think I have found out the answer. We don't need to give the support image during inference, because the model utilizes the training image to create a prototype and then, the feature of input image are compared to the test image. We can see this happening in the PCB implementation.