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
line 365, mmdet/models/efficientps/efficientPS.py
Directly resize the semantic logits to ref_size may cause dislocation.
It should be resized to pad_shape and cropped to ref_size.
This bug occurs when I use another dataset. I'm not sure whether it occurs in the original dataset.
The text was updated successfully, but these errors were encountered:
line 365, mmdet/models/efficientps/efficientPS.py
Directly resize the semantic logits to ref_size may cause dislocation.
It should be resized to pad_shape and cropped to ref_size.
This bug occurs when I use another dataset. I'm not sure whether it occurs in the original dataset.
The text was updated successfully, but these errors were encountered: