Tesla | Backend SWE
Anonymous User
1976
Jul 22, 2021

Question: Determine which bounding boxes are the same and return a list of their ids for each timestamp. If the boxes are different, give the box a unique id

Input: list of timestamps that contains a list of bounding boxes of [x, y, width, height]
[[x, y, w, h], [x, y, w, h], ...]

Comments (2)