visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

Update installation for windows #422

Open LT1st opened 7 months ago

LT1st commented 7 months ago
  1. Error 1
ValueError: stat: embedded null character in path

When generating local.py, the path is not in the proper formate. It should be started with "r".

  1. Error 2

    The installation of torch is out dated.

Use conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch instead.