Answer (Choose 1 answer)
A B You are building a 3-class object classification and localization algorithm. The classes are:pedestrian (c=1), car (c=2), motorcycle (c=3). What would be the label for the following image?Recall y=[pc.bx.by.bh.bw.c1.c2.c3]
C OD A. y=[1.0.3.0.7.0.3.0.3.0.1.0]B. y=[1.0.7.0.3,0.3.0.3.1.0.0]
C. y=[0,0.3.0.7.0.3.0.7.0.1.0]
D. y=[1.0.3.0.7.0.7.0.3.0.0.1]