Skip to content

Commit

Permalink
Delete personal path
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwang1997 committed Jan 16, 2022
1 parent a1769b9 commit dee3a8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions configs/obb/oriented_rcnn/faster_rcnn_orpn_r50_fpn_3x_hrsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
'../../_base_/default_runtime.py'
]

random_fp=True


model = dict(
type='OrientedRCNN',
pretrained='torchvision://resnet50',
Expand Down
2 changes: 1 addition & 1 deletion configs/obb/random_fp/datasets/01fp_dota10.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Patches with no object are added

dataset_type = 'DOTADataset'
data_root = '/data3/wjb/dataset/split_ss_dota1_0/'
data_root = 'data/split_ss_dota1_0/'
img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)
train_pipeline = [
Expand Down
2 changes: 1 addition & 1 deletion configs/obb/random_fp/datasets/03fp_dota10.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Patches with no object are added

dataset_type = 'DOTADataset'
data_root = '/data3/wjb/dataset/split_ss_dota1_0/'
data_root = 'data/split_ss_dota1_0/'
img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)
train_pipeline = [
Expand Down
2 changes: 1 addition & 1 deletion configs/obb/random_fp/datasets/05fp_dota10.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Patches with no object are added

dataset_type = 'DOTADataset'
data_root = '/data3/wjb/dataset/split_ss_dota1_0/'
data_root = 'data/split_ss_dota1_0/'
img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)
train_pipeline = [
Expand Down

0 comments on commit dee3a8c

Please sign in to comment.