You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for sharing the code! I want to test the tracking performance of a ResNet18 trained on other task. It seems methods with RPN need extra parameters other than the backbone. So I want to load my ResNet18 into a SiamFC.
However, I didn't find the config for SiamFC. And RPN head seems to be a default option during model initialization.
Can you tell me how to initialize a SiamFC? Or is there any other way to test the tracking performance of a single pre-trained ResNet18 backbone?
This discussion was converted from issue #506 on March 09, 2021 13:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, thank you for sharing the code! I want to test the tracking performance of a ResNet18 trained on other task. It seems methods with RPN need extra parameters other than the backbone. So I want to load my ResNet18 into a SiamFC.
However, I didn't find the config for SiamFC. And RPN head seems to be a default option during model initialization.
Can you tell me how to initialize a SiamFC? Or is there any other way to test the tracking performance of a single pre-trained ResNet18 backbone?
Beta Was this translation helpful? Give feedback.
All reactions