forked from open-mmlab/mmrotate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor oriented rcnn (open-mmlab#515)
* update * Update test_two_stage.py * Update s2anet_r50_fpn_fp16_1x_dota_le135.py * add UT * Update test_delta_midpointoffset_rbbox_coder.py * update * Update oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py
- Loading branch information
Showing
11 changed files
with
339 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
configs/oriented_rcnn/oriented_rcnn_r50_fpn_fp16_1x_dota_le90.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
_base_ = ['./oriented_rcnn_r50_fpn_1x_dota_le90.py'] | ||
_base_ = './oriented_rcnn_r50_fpn_1x_dota_le90.py' | ||
|
||
fp16 = dict(loss_scale='dynamic') | ||
optim_wrapper = dict(type='AmpOptimWrapper') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.