First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Mar 19 '19

berak gravatar image

your Rect parsing is broken, have a look here

  • the network output is: left,top,right bottom, and there can be no thing as int xLeftBottom at all. (looks like you're confusing yourself with the bad naming)
  • opencv's Rect is: (x,y,w,h)
click to hide/show revision 2
No.2 Revision

your Rect parsing is broken, have a look here

  • the network output is: left,top,right bottom, and there can be no thing as int xLeftBottom at all. (looks like you're confusing yourself with the bad naming)
  • opencv's Rect is: (x,y,w,h)