Skip to content

Problem with pretrained weights #10

@lemmersj

Description

@lemmersj

I've recently been attempting to run the demo_rpn.py script with the pretrained weights you have made available. Unfortunately, it appears that the weights don't match the model.

Placing a breakpoint at line 14 of demo_rpn_utils/utils.py and examining the model/loaded weights, I notice a disparity in the number of parameters:

For SiamRPNPPRes50
Weights in loaded dict: 458
Weights in state dict: 384

For SiamRPNResNeXt22
Weights in loaded dict: 180
Weights in state dict: 151

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions