-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Object-Detection-Metrics/lib/BoundingBox.py
Line 141 in c0fe8a6
| det1ImgSize[0] == det1ImgSize[0] and \ |
Is this could be:
det1ImgSize[0] == det2ImgSize[0] and \ det1ImgSize[1] == det2ImgSize[1]:
???
rafaelpadilla