phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

use find_packages in setup.py #162

Closed guillembraso closed 2 years ago

guillembraso commented 2 years ago

when pip installing this repo (without cloning it), the modules in src/tracktor (e.g. datasets) cannot be imported after installation, since the only package listed packages in setup is tracktor. By using find_packages, subdirectories are also made available.