TIL class variables and `map` function in Python
TIL how to use class variables in Python: Class or Static Variables in Python .
TIL how to use map
function in Python: Python’s map()
: Processing Iterables Without a Loop. I find it ugly map(lambda b: b.bbox.as_cv2_rect, detections)
but with it is better then without.