JonathonLuiten / TrackEval

HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
MIT License
951 stars 232 forks source link

Error while running the python3 scripts/run_rob_mots.py --ROBMOTS_SPLIT train --TRACKERS_TO_EVAL STP --USE_PARALLEL True --NUM_PARALLEL_CORES 4 #149

Closed shivakarnati closed 3 months ago

shivakarnati commented 3 months ago

Hello @JonathonLuiten ,

Thank you for the great work. I was trying RobMOTS-Official/Readme.md specified script, but I encountered below error. Could you please help me to figure out?

Installations:

/TrackEval$ python3 scripts/run_rob_mots.py --ROBMOTS_SPLIT train --TRACKERS_TO_EVAL STP --USE_PARALLEL True --NUM_PARALLEL_CORES 4
Traceback (most recent call last):
  File "scripts/run_rob_mots.py", line 10, in <module>
    import trackeval  # noqa: E402
  File "/home/shivakrishnakarnati/Documents/Programming/ML_projects/TrackEval/trackeval/__init__.py", line 2, in <module>
    from . import datasets
  File "/home/shivakrishnakarnati/Documents/Programming/ML_projects/TrackEval/trackeval/datasets/__init__.py", line 13
    print(f"Error importing BURST due to missing underlying dependency: {err}")

SyntaxError: invalid syntax
shivakarnati commented 3 months ago
from .burst import BURST
from .burst_ow import BURST_OW
# try:
    #from .burst import BURST
    #from .burst_ow import BURST_OW
# except ImportError as err:
#     print(f"Error importing BURST due to missing underlying dependency: {err}")

commented trackeval/datasets/init.py