Issue 1: warning of size mismatch and unexpected key in inferring the provided COCO weights Solution 1: set `num_layers=2` in pos_cfg Issue 2: dcn_on_last_conv in ATSSHead Solution 2: modify atss_head.py Issue 3: some settings are unsupported in mmdetection (e.g., GlobalWandbLoggerHook, backend='zip') https://github.com/microsoft/RelationNet2/issues/8 Solution 3: clean configs I hope the commits below help fix. https://github.com/shinya7y/UniverseNet/commit/9079cfc6058ad36b55b49d4c3a6949282f68bf4c https://github.com/shinya7y/UniverseNet/commit/44deecc2639a95c755c673a94fa462e00bd2186b
Issue 1: warning of size mismatch and unexpected key in inferring the provided COCO weights
Solution 1: set
num_layers=2in pos_cfgIssue 2: dcn_on_last_conv in ATSSHead
Solution 2: modify atss_head.py
Issue 3: some settings are unsupported in mmdetection (e.g., GlobalWandbLoggerHook, backend='zip') #8
Solution 3: clean configs
I hope the commits below help fix.
shinya7y/UniverseNet@9079cfc
shinya7y/UniverseNet@44deecc