zhmiao / OpenLongTailRecognition-OLTR

Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
BSD 3-Clause "New" or "Revised" License
839 stars 128 forks source link

The role of untrained FC(add_fc) #74

Open bqdeng opened 1 year ago

bqdeng commented 1 year ago

Why was an FC (add_fc) layer that was not trained in the stage I used when initializing the centroid?

Why not directly use ResNet feature extraction to directly output the results?

@liuziwei7

Thank you.