athaddius / STIRMetrics

Metric Evaluation for Models on STIR
MIT License
4 stars 1 forks source link

ModuleNotFoundError: No module named 'MFT' #6

Closed MichaelWangGo closed 3 months ago

MichaelWangGo commented 3 months ago

Hi authors, thanks for your code, but I met this error when I excuted python datatest/clicktracks.py --num_data 3 File "/workspace/STIRMetrics/src/datatest/mft.py", line 2, in from MFT.config import load_config ModuleNotFoundError: No module named 'MFT'

athaddius commented 3 months ago

Totally, this is the MFT tracker. We provide an adapter here: MFT_STIR that can be pip installed. Alternatively, you could comment all lines mentioning MFT if you prefer to use just RAFT or CSRT.