Submitted by give_me_the_truth t3_yni223 in MachineLearning
Suppose if we are detecting and localizing 2 objects in an image, are there any ways where we can force network to localize object detection such that object1_coordinates < object2_coordinates? We can discard outputs if they dont adhere to the order but this will only throw away the outputs rather than the localize the objects constraining to the condition
fnbr t1_iv9iag6 wrote
Why force the network to do this instead of just sorting the predictions afterward?