Hello,
I was writing an algorithm for a new feature that I think could benefit more that just me.
I wanted to see if you guys are already working on something like that.
Feature:
Nearest point in the bounding box.
Descriptions:
If a MobileNet detects a human and draws a BB around them , it makes sense to locate that person as the average of the entire BB. But it could also be useful to have the API report the closest point to the camera in the BB (the furthest would be not as useful).
I am planning on using some way to conver the BB area into an array of numbers and finding the max in it.
If this is not in the pipeline, please do let me know. You guys are pushing it as much as you guys can. I appreciate it. Just wanted to see if this could help someone else as well.
Have a great weekend.