You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to improve the accuracy of object detection by yolop. Is there any way for yolop to directly use the segmented road part for the target detection model after completing the segmentation, or only display the result of the detection target within the segmentation range?
The text was updated successfully, but these errors were encountered:
hi @danielzhangau from what i understand is YoloP has 3 decoder head which takes the features from the common feature extractor(encoder) and perform 3 different different tasks(detection, segmentation, segmentation). So for your query directly via YoloP is not possible.
Alternatively you can take the output of the 1 decoder segmentation head and perform another detection on top of that or you might have to play around with the architecture of YoloP by adding some residual layer on the segmentation head and perform detection.
I want to improve the accuracy of object detection by
yolop
. Is there any way foryolop
to directly use the segmented road part for the target detection model after completing the segmentation, or only display the result of the detection target within the segmentation range?The text was updated successfully, but these errors were encountered: