phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"

Home Page:https://arxiv.org/abs/1903.05625

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't find the module named "tracktor.config"

JOVYOO opened this issue · comments

I created a Python 3.7 environment through anaconda.
I followed the author's steps exactly and as a result I ran into a problem in the screenshot.
It prompts me that I don't have a "tracktor.config" module.
But I couldn't find this module. How do I install it.
capture_1

The provided README.md works for virtualenv not anaconda I am not sure how to adapt this. Maybe look into this.

Actually, it has nothing to do with conda or venv

That is because you use -e git+ssh://git@github.com/phil-bergmann/tracking_wo_BnW@b47f66d20cfa1042c8d8a753f03eb26904489421#egg=tracktor whichs show in requirements.txt, overwrites src/tracktor

So, you need to merge them, these tow folders, and run pip install - e .

I removed the line from the requirements.txt.