You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
put these orders in front of line 15’‘from utils.log_helper import init_log, add_file_handler’‘,
import sys
import os
if name == 'main':
sys.path.append(os.path.dirname(sys.path[0]))
Hello!
This error raised when evaluating performance on VOT. In git bash, how can I resolve this problem?How to consider PYTHONPATH design?
$ bash test_mask_refine.sh config_vot.json SiamMask_VOT.pth VOT2016 0
Traceback (most recent call last):
File "C:/Users/lenovo/SiamMask/tools/test.py", line 18, in
from utils.log_helper import init_log, add_file_handler
ModuleNotFoundError: No module named 'utils'
I'm in a hurry. Many thanks!
The text was updated successfully, but these errors were encountered: