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
Using this patch makes it harder to find errors in the accuracy calculation + it does not work for detectron2 models. This can be seen from the warning: WARNING:common:current_device=xpu; error:dets should have the same type as scores, which hides RuntimeError: dets should have the same type as scores from detectron2. I have a fix for it in facebookresearch/detectron2#5479 but I doubt that it will be merged, since the repository is not very active.