Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sansanfree committed Jun 7, 2022
1 parent a37ba93 commit 8644582
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SiamRPN++-RBO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
Our code is based on [PySOT](https://github.com/STVIR/pysot) repository. You may check the original [README.md](https://github.com/STVIR/pysot/blob/master/README.md) of PySOT.

## 1. Environment setup
This code has been tested on centos 7(Ubuntu is also OK), Python 3.6, Pytorch 1.1.0(Pytorch 1.2,1.3,1.4 and 1.5 are also OK, but for Pytorch 1.7.0 and above versions, the testing results will have slight difference), CUDA 10.0. Please install related libraries before running this code:

This code has been tested on centos 7(Ubuntu is also OK), Python 3.6, Pytorch 1.1.0(Pytorch 1.2,1.3,1.4 and 1.5 are also OK, but for Pytorch 1.7.0 and above versions, the testing results will have slight difference), CUDA 10.0. Please install related libraries in [INSTALL.MD]:
and run this code:
python setup.py build_ext --inplace

### Add SiamRPN++-RBO to your PYTHONPATH

#### Add SiamRPN++-RBO to your PYTHONPATH
export PYTHONPATH=/path/to/SiamRPN++-RBO:$PYTHONPATH

## 2. Test
Expand Down

0 comments on commit 8644582

Please sign in to comment.