tx = (x -xa) / wa ,
ty = (y-ya) / ha,
tw = log(w/wa) ,
th = log(h/ha)
1 . In the trainning processing , the updated variables are x , y , w , h ,right ? then tx is closing to tx* .
2 . the fixed variable is xa,ya,wa,ha . because the anchor is fixed which not influenced by the trainning processing. is right ?
tx = (x -xa) / wa , ty = (y-ya) / ha, tw = log(w/wa) , th = log(h/ha)
1 . In the trainning processing , the updated variables are x , y , w , h ,right ? then tx is closing to tx* . 2 . the fixed variable is xa,ya,wa,ha . because the anchor is fixed which not influenced by the trainning processing. is right ?