longcw / MOTDT

Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-identification
MIT License
533 stars 130 forks source link

where is the file _psroi_pooling.py? #35

Open ubuntuyumiao opened 5 years ago

ubuntuyumiao commented 5 years ago

Hi,thanks for your great job and share。when i test your code,an error turn out “No module named 'models.psroi_pooling._ext.psroi_pooling._psroi_pooling'” ,i found i can not found _psroi_pooling.py, Is this the problem?

YinRui1991 commented 5 years ago

I meet the same problem, do you solve it?

JohnPekl commented 2 years ago

have you tried to run sh make.sh in the root of MOTDT? I cloned this code with an appropriated conda set up and could run the code, refer to my repository fork MOTDT, scroll to the end of readme.

JHL1998 commented 2 years ago

Hi, do you know the error of 'ImportError: No module named motmetrics' ? should I download the project from py-motmetrics?