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
from .post_processing import * # noqa: F401, F403
AttributeError: module 'mmdet.core.post_processing' has no attribute 'multiclass_rnms'
This may be related to mmdet version?
ModuleNotFoundError: No module named 'bstool'
The bstool code is missing
KeyError: 'OffsetHeadExpandFeature is not in the head registry'
After i delete codes about bstool, it reported this error
Some errors when run:
AttributeError: module 'mmdet.core.post_processing' has no attribute 'multiclass_rnms'
This may be related to mmdet version?
The bstool code is missing
After i delete codes about bstool, it reported this error