-
- Downloads
fix bug of gaussian_target, update unittest of heatmap (#3543)
* fix bug of gaussian_target, update unittest * fix AELoss's weight; fix Conv's init in CornerHead; now the loss and mAP from 1 to 40 epochs are correct, still training * add some comments * fix cases * update comments * fix yapf
Showing
- configs/cornernet/cornernet_hourglass104_mstest_10x5_210e_coco.py 2 additions, 2 deletions...cornernet/cornernet_hourglass104_mstest_10x5_210e_coco.py
- configs/cornernet/cornernet_hourglass104_mstest_32x3_210e_coco.py 2 additions, 2 deletions...cornernet/cornernet_hourglass104_mstest_32x3_210e_coco.py
- configs/cornernet/cornernet_hourglass104_mstest_8x6_210e_coco.py 2 additions, 2 deletions.../cornernet/cornernet_hourglass104_mstest_8x6_210e_coco.py
- mmdet/models/dense_heads/corner_head.py 23 additions, 9 deletionsmmdet/models/dense_heads/corner_head.py
- mmdet/models/utils/gaussian_target.py 1 addition, 1 deletionmmdet/models/utils/gaussian_target.py
- tests/test_models/test_heads.py 17 additions, 4 deletionstests/test_models/test_heads.py
Please register or sign in to comment