Open shinya7y opened 3 years ago
Issue 1: warning of size mismatch and unexpected key in inferring the provided COCO weights Solution 1: set num_layers=2 in pos_cfg
num_layers=2
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=2
in 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') 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