jutanke / cabbage

Unofficial Implementation of the paper: Multiple People Tracking by Lifted Multicut and Person Re-identification
MIT License
93 stars 26 forks source link

ImportError #12

Open kingwmk opened 6 years ago

kingwmk commented 6 years ago

i got a importerror: Traceback (most recent call last): File "test.py", line 2, in from cabbage.MultiplePeopleTracking import execute_multiple_people_tracking File "/home/wangmingkun/code/cabbage/cabbage/MultiplePeopleTracking.py", line 5, in from cabbage.features.GenerateFeatureVector import pairwise_features File "/home/wangmingkun/code/cabbage/cabbage/features/GenerateFeatureVector.py", line 4, in from cabbage.features.deepmatching import DeepMatching File "/home/wangmingkun/code/cabbage/cabbage/features/deepmatching.py", line 6, in from pppr import aabb ImportError: No module named 'pppr'

How can I solve it?

kingwmk commented 6 years ago

Excuse me.@jutanke @Basheqalgalil