princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

a bug #53

Closed neineimeow closed 5 years ago

neineimeow commented 5 years ago

test/coco.py line 98,the code is :### **resized_image = cv2.resize(image, (new_width, new_height))### maybe the right is resized_image = cv2.resize(image, (new_height, new_width))