GehenHe / TRACTA

TRACTA: Multi-Target Multi-Camera Tracking by Tracklet-to-Target Assignment
123 stars 20 forks source link

Missing 'core' #38

Open mareksocha opened 5 months ago

mareksocha commented 5 months ago

Hi, thank you for sharing your hard work. I am trying to run your code but I have a problem. I get this error:

Traceback (most recent call last):
  File "tracking_multi_view.py", line 28, in <module>
    from detectron.pedestrain_det_msk import Pedestrain_Det_Msk
  File "/home/user/TRACTA/detectron/pedestrain_det_msk.py", line 26, in <module>
    from core.config import assert_and_infer_cfg
ModuleNotFoundError: No module named 'core'

I think it is part of the detectron package but there already exists a detectron package in the form of a folder in the project. Currently running code on:

Ubuntu 18.04.6 python 3.6.9