HoEmpire / pedestrian_tracking_and_localizaiton

A package for pedestrian detection, tracking, and re-identification.
12 stars 1 forks source link

No module named torch #1

Closed CodeColdCook closed 3 years ago

CodeColdCook commented 3 years ago

I successfully installed torch and torchvision but ptl_reid/src/ptl_reid.py", line 4, in import torch ImportError: No module named torch

HoEmpire commented 3 years ago

You will need to launch ptl_reid.py in the python3 environment. The latest version has removed the dependence on python.