hyseob / PyMDNet

MDNet PyTorch implementation
Other
421 stars 150 forks source link

why it need train the fully connected layers for 10 iterations in online update? #36

Open ghost opened 5 years ago

ghost commented 5 years ago

why it need train the fully connected layers for 10 iterations in online update?

hyseob commented 5 years ago

Hi, @chenbolinstudent The online update of the fc layers is needed to adapt to target appearance change.