-
Notifications
You must be signed in to change notification settings - Fork 85
crop process issue #52
Copy link
Copy link
Open
Description
Line 101 in b9eab58
| det_ymin += int(det_height * (det_box_scale-1)/2) |
Should line101 be changed to:
det_ymin -= int(det_height * (det_box_scale - 1) / 2)
same in demo.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels