Open EvdoTheo opened 1 year ago
Hi, the target is to match images. Generally, VGG-like structure is better than ResNet for matching tasks. For example, widely used descriptor network SuperPoint uses a VGG-like structure.
Thanks for the clarification! Did you try other networks for the matching task except for VGG?
Hello, I'm interested in knowing why you used the VGG-11 network to extract the feature maps instead of others, e.g. Resnet. Is it feasible to make this modification now? Thank you in advance!