-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hi.Thanks for your great work.But I have one problem here.
I downloaded the model file hrnet_w48_proto_lr1x_hrnet_proto_80k_latest.pth you supported.and
use code below to get the self similarity of prototypes.
protos=model['state_dict']['module.prototypes']
feat=protos.view(-1,protos.shape[-1])
simi=feat @ feat.t()
simi=simi.cpu().numpy()
sns.heatmap(simi)
print(simi[0,:10])
print(simi[100,100:110])
The prototypes in one class is all the same! I'm confusing this.
Could you please me some help.Thank you.
Siddharth-Shrivastava7 and BinSpa
Metadata
Metadata
Assignees
Labels
No labels