We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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') #8 Solution 3: clean configs
I hope the commits below help fix. shinya7y/UniverseNet@9079cfc shinya7y/UniverseNet@44deecc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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') #8
Solution 3: clean configs
I hope the commits below help fix.
shinya7y/UniverseNet@9079cfc
shinya7y/UniverseNet@44deecc
The text was updated successfully, but these errors were encountered: