hyseob / PyMDNet

MDNet PyTorch implementation
Other
420 stars 150 forks source link

pretrain #26

Open ghost opened 5 years ago

ghost commented 5 years ago

why it need pretrain step?

hyseob commented 5 years ago

@chenbolinstudent The pretraining step is not mandatory, i.e. you can also run the tracker with an imagenet-pretrained model. However, as discussed in the paper, the pretraining on video sequences helps the model learn features relevant to tracking tasks and improves the performance.