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

Import error for cabbage #8

Open akhilkumarco007 opened 6 years ago

akhilkumarco007 commented 6 years ago

I am facing issues to import cabbage. It still shows up in pip but I don't know why I cant import it. Can you please help solve it.

AIPlusPlus commented 6 years ago

Adding __init__.py in cabbage package resolved this issue for me

kingwmk commented 5 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? excuse me,@knezevicmarko88

smidm commented 5 years ago

You haven't successfully run install.sh, see https://github.com/jutanke/cabbage/blob/master/install.sh.