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

ImageNet training

amoudgl opened this issue · comments

Add ImageNet training to GOTURN.

  • Add ImageNet loader to datasets.py.
  • Filter ImageNet dataset by removing images with objects covering 66% of the image size.
  • Implement random cropping (motion smoothness model) on the fly.
  • Update train.py with ImageNet training.

@amoudgl We are currently working on training using the ImageNet dataset and benchmarking the trained models. I am working with three other classmates (and willing to contribute to your project) to get a working GOTURN model. Let me know if you need help with some of these tasks.

@devyhia That's great. Please invite your classmates who are willing to contribute, to the Slack channel. We can divide the work systematically there and hence avoid the scenario of multiple people working on the same task.