zzpustc / CC-SAM

This is the implementation of our CVPR'23 paper "Class-Conditional Sharpness-Aware Minimization for Deep Long-Tailed Recognition".
16 stars 4 forks source link

Can you provide code for open set evaluation? thanks #3

Open bqdeng opened 1 year ago

bqdeng commented 1 year ago

Can you provide code for open set evaluation? thanks.

I couldn't find any code about open set.

bqdeng commented 1 year ago

Can you explain how this sentence is done? Thank you.

we enable CC-SAM to distinguish the close-set and open-set samples by applying a simple, non-learnable prototype-based metric.

zzpustc commented 1 year ago

Can you explain how this sentence is done? Thank you.

we enable CC-SAM to distinguish the close-set and open-set samples by applying a simple, non-learnable prototype-based metric.

Hi, we mainly refer to the openset evaluation in OLTR, which has provided detailed implementations.