Closed TeslaHua closed 5 years ago
Hi,Qiang Thks for your contribution! I trained and tested the SiamRPN++ network you implemented and studied the code. Some questions now:
The output model structure (only layer3 in the custom version of resnet50, why?) is different from the SiamRPN++ model in pysot.
SiamRPN++ indicates in paper that the feature fusion of layer2_RPN, layer3_RPN and layer4_RPN in ResNet50 is not found in your code.
look forward to your reply.
I have the same questions
because in my paper, I only compare with layer 3 version of SiamRPN. (SiamMask only use ResNet feature from layer 3).
If you want to reimplement the original version of SiamRPN++, please refer pysot.
Hi,Qiang Thks for your contribution! I trained and tested the SiamRPN++ network you implemented and studied the code. Some questions now:
The output model structure (only layer3 in the custom version of resnet50, why?) is different from the SiamRPN++ model in pysot.
SiamRPN++ indicates in paper that the feature fusion of layer2_RPN, layer3_RPN and layer4_RPN in ResNet50 is not found in your code.
look forward to your reply.