Chih-Sheng (Tommy) Huang

Results 2 comments of Chih-Sheng (Tommy) Huang

In my observation, it may happen when mis-order for bbox. BBOX usually places with order [left-top(x),left-top(y), right-down(x), right-down(y)], but nan will occur with [right-down(x), right-down(y), left-top(x),left-top(y)].

I also develop a python tool (not ready for public) for parameter and macc by myself. I'm just curious in how to show these number with the fair comparison. Thank...