TypeError: SOLOv2: __init__() got an unexpected keyword argument 'roi_head' #9720
-
from mmdet.apis import set_random_seed print(f'Config:\n{cfg.pretty_text}') from mmdet.datasets import build_dataset datasets = [build_dataset(cfg.data.train)] Errorloading annotations into memory...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SOLOv2 does not have RoIHead, therefore, you do not need to set
Instead, you should set
You should modify the keys existing in the config of solov2 |
Beta Was this translation helpful? Give feedback.
SOLOv2 does not have RoIHead, therefore, you do not need to set
Instead, you should set
You should modify the keys existing in the config of solov2