Open shengtao96 opened 5 years ago
I'm getting a similar error for training.
https://github.com/open-mmlab/mmdetection/issues/1453#issuecomment-538602013
This might help you.
open-mmlab/mmdetection#1453 (comment)
This might help you.
It works for me. Thx :)
I copy RepPoints src and configs into mmdetection,
and use
python tools/test.py configs/reppoints/reppoints_moment_r101_fpn_2x.py weights/reppoints_moment_r101_fpn_2x.pth --eval bbox --json_out a.json
to test the model in the mmdetection dir. However, I get an error.
Who can help me ?
What's more, I find the weight
reppoints_moment_r101_dcn_fpn_2x.pth
has no params for dcn part.The code
python tools/test.py configs/reppoints/reppoints_moment_r101_dcn_fpn_2x.py weights/reppoints_moment_r101_dcn_fpn_2x.pth --eval bbox --json_out a.json
gets warnings
but the code
python tools/test.py configs/reppoints/reppoints_moment_r101_fpn_2x.py weights/reppoints_moment_r101_dcn_fpn_2x.pth --eval bbox --json_out a.json
gets nothing.