# Siamese-RPN-pytorch **Repository Path**: kloov/Siamese-RPN-pytorch ## Basic Information - **Project Name**: Siamese-RPN-pytorch - **Description**: This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Siamese-RPN-pytorch ## Introduction - [**Tensorflow Version**](https://github.com/makalo/Siamese-RPN-tensorflow.git) has been available by my classmates [**makalo**](https://github.com/makalo). **If you have any question, please feel free to contact us.** - This is a re-implementation for [**High Performance Visual Tracking with Siamese Region Proposal Network**](http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_High_Performance_Visual_CVPR_2018_paper.pdf) with PyTorch, which is accepted at CVPR2018. - Code_v1.0 is available for traning, you should change your dataset as **VOT** format(top-left point and w,h). If there is a break in a sequence, ues "0,0,0,0" to replace the info of this frame. - Dataset Tree ``` -root/class1/img1.jpg /... /imgN.jpg /groundtruth.txt ``` ## Citation ``` Paper: @InProceedings{Li_2018_CVPR, author = {Li, Bo and Yan, Junjie and Wu, Wei and Zhu, Zheng and Hu, Xiaolin}, title = {High Performance Visual Tracking With Siamese Region Proposal Network}, booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2018} } ``` ## Getting Started ### Performance



