gitextract_y95ebmd8/ ├── .gitignore ├── LICENSE ├── README.md ├── data/ │ ├── OTB/ │ │ └── Man/ │ │ ├── cfg.mat │ │ └── groundtruth_rect.txt │ ├── download.sh │ ├── setup.sh │ └── untar.sh ├── notebooks/ │ └── VisualizeBatches.ipynb ├── requirements.txt └── src/ ├── boundingbox.py ├── datasets.py ├── demo.py ├── evaluate.py ├── goturn.py ├── helper.py ├── model.py ├── test.py └── train.py