amoudgl / pygoturn

PyTorch implementation of GOTURN object tracker: Learning to Track at 100 FPS with Deep Regression Networks (ECCV 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Generate batch sample function

sydney0zq opened this issue · comments

In train.py, we generate one raw sample and then use motion model to generate 10 examples. But when we encounter a real video one, we should not use our motion model to generate 10 examples.

Additional examples are generated for each video and image sample.