wenxi-yue / SurgicalSAM

[AAAI2024] Official implementation of SurgicalSAM
MIT License
58 stars 8 forks source link

What is class prototypes B #6

Closed Ryanye2000 closed 3 months ago

Ryanye2000 commented 5 months ago

I have a question about class prototypes B, can you tell me what is class prototype excatly

wenxi-yue commented 5 months ago

Hi,

Thanks for your interest in our work. The prototypes B are represented using a matrix of shape C x d, where C denotes the number of classes and d denotes feature dimension. In our case, C = 7 and d = 256. Each class prototype is just a d-dimensional vector.

The prototypes B are obtained here.