Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)

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)