Open c-yyyy opened 3 months ago
The result of GetBEVMask
is the supervision signal for BEV Features. After cv2.fillPoly()
, the coordinate system of the numpy matrix differs from that of the BEV features, requiring us to transform it to match the BEV feature coordinate system.
Great works! But I have some questions,as the picture shows, what is the purpose of these flip and rotate operation? why we need them? I'm quite confused ,looking forward to the author's answer,thanks!