FairMOT icon indicating copy to clipboard operation
FairMOT copied to clipboard

What is emb_scale used for?

Open Ocelot7777 opened this issue 4 years ago • 3 comments

id_head = self.emb_scale * F.normalize(id_head) So why do you use emb_scale?

Ocelot7777 avatar May 19 '20 03:05 Ocelot7777

@Ocelot7777 I have to ask the same question. It throws an error at this line image when opt.nID is 1. So is there a way that we can avoid using emb_scale and what does it do?

faruknane avatar Aug 10 '20 14:08 faruknane

It is hardly to train a network on one image~~~

zengjie617789 avatar Jul 21 '21 09:07 zengjie617789

I also have the question about that why to use this operation about self.emb_scale? id_head = self.emb_scale * F.normalize(id_head)

nmll avatar Jul 01 '22 07:07 nmll