I follow the intructions
cd test sh run.sh python gen_track2.py
I get Traceback (most recent call last): File "submit.py", line 22, in <module> from metrics import track_reranking_weight_feat ModuleNotFoundError: No module named 'metrics'
How to fix it. Thanks in advance.
I follow the intructions
cd test sh run.sh python gen_track2.py
I getTraceback (most recent call last): File "submit.py", line 22, in <module> from metrics import track_reranking_weight_feat ModuleNotFoundError: No module named 'metrics'
How to fix it. Thanks in advance.