object-detection-workshop icon indicating copy to clipboard operation
object-detection-workshop copied to clipboard

Minor issue while visualising anchor boxes

Open satheeshkatipomu opened this issue 6 years ago • 0 comments

While plotting anchor boxes in the workshop/vis.py, y limits are set from [-500,500] , so while displaying -500 will be located at the bottom of the plot. For conventional plots this is ok. But for images top left corner will be (0,0). So the coordinates returned in numpy array and y-axis limits are not matching.

satheeshkatipomu avatar Feb 14 '19 12:02 satheeshkatipomu