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
The plot utils in /mmcv/visualization/image.py do not have a return. Thus, if you want to plot GT boxes with PRED boxes in the same image or compare predictions of multiple models, the functions do not allow a pipeline-oriented interaction (such as torch transforms) with drawing utils.