Изменения

Перейти к: навигация, поиск

Анализ видео

108 байт добавлено, 16:24, 24 апреля 2020
м
VOT sample
9: '''if''' <tex>f^+(x^*_t)</tex> > 0.5 '''then'''
10: Draw training samples <tex>S^+_t</tex> and <tex>S^-_t</tex>.
11: <tex>T_s \leftarrow T_s </tex> <tex>\cup</tex> {<tex>t</tex>}, <tex>T_l \leftarrow T_l </tex> <tex>\cup</tex> {<tex>t</tex>}.
12: '''if''' |<tex>T_s</tex>| > <tex>\tau_s</tex> '''then''' <tex>T_s \leftarrow T_s</tex> \ {<tex>min_{\upsilon \in T_s} \upsilon</tex>}.
13: '''if''' |<tex>T_l</tex>| > <tex>\tau_l</tex> '''then''' <tex>T_l \leftarrow T_l</tex> \ {<tex>min_{\upsilon \in T_l} \upsilon</tex>}.
14: Adjust <tex>x^*_t</tex> using bounding box regression.
15: '''if''' <tex>f^+(x^*_t)</tex> < 0.5 '''then'''
16: Update {<tex>w_4, w_5, w_6</tex>} using <tex>S^+_{\upsilon \in T_s} </tex> and <tex>S^-_{\upsilon \in T_s}</tex>. 17: '''else ''' '''if''' <tex>t</tex> mod 10 = 0 '''then''' 18: Update {<tex>w_4, w_5, w_6</tex>} using <tex>S^+_{\upsilon \in T_l} </tex> and <tex>S^-_{\upsilon \in T_l}</tex>.
19: '''until''' end of sequence
 
(1): <tex>x^* = \underset{x^i}{\arg\max} f^+(x^i)</tex>.
16
правок

Навигация