Replies: 1 comment
-
大概是因为template变了,需要重新初始化 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请问在搜索超参时为什么每一次开始 需要重新构建tracker?
cfg.TRACK.PENALTY_K = float(pk)
cfg.TRACK.WINDOW_INFLUENCE = float(wi)
cfg.TRACK.LR = float(lr)
cfg.TRACK.INSTANCE_SIZE = int(ins)
# rebuild tracker
tracker = build_tracker(model)
Beta Was this translation helpful? Give feedback.
All reactions