# Siamese-RPN **Repository Path**: kloov/Siamese-RPN ## Basic Information - **Project Name**: Siamese-RPN - **Description**: An implementation for Siamese Region Proposal Network with PyTorch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-20 - **Last Updated**: 2022-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Siamese-RPN (PyTorch Implementation) This is my implementation for Siamese Region Proposal Network with PyTorch. Python version: 3.6 (3.5 or 3.4 may be also okay even though I did not try) PyTorch version: 0.4.0 or higher NOTE: This project has been polishing. I will add some useful comments in the near future. You can click "Watch","Star", or "Fork" if you feel helpful with my work, thanks to your support! 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} }