Mattesekiro t1_iv9zjkt wrote on November 6, 2022 at 1:03 PM Reply to [D] Enforcing object order in object detection by give_me_the_truth I am still not sure why you don't solve it in post processing, but one alternative way would be to make two different predictions. The first gives the location of object 1, the second provides the distance/angle to object 2. Permalink 2
Mattesekiro t1_iv9zjkt wrote
Reply to [D] Enforcing object order in object detection by give_me_the_truth
I am still not sure why you don't solve it in post processing, but one alternative way would be to make two different predictions. The first gives the location of object 1, the second provides the distance/angle to object 2.