Skip to content

Commit 8b2b1c3

Browse files
author
cpsl-interns
committed
Modify the rccars detections
1 parent 7cd993b commit 8b2b1c3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

configs/_base_/datasets/rccars_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dataset settings
22
dataset_type = 'RcCarsDataset'
3-
data_root = '/data/shared/rccars/'
3+
data_root = '/data/shared/rccars/raw-2024/'
44
backend_args = None
55

66

configs/rccars/rtmdet-ins_m_8xb32-300e_rccars-oneclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'../rtmdet/rtmdet-ins_m_8xb32-300e_coco.py',
44
]
55

6-
data_root = '/data/shared/rccars/oneclass-detection'
6+
data_root = '/data/shared/rccars/oneclass-detection-2024'
77

88
train_batch_size_per_gpu = 4
99
train_num_workers = 2

configs/rccars/rtmdet_m_8xb32-300e_rccars-oneclass.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
'../rtmdet/rtmdet_m_8xb32-300e_coco.py',
44
]
55

6-
data_root = '/data/shared/rccars/oneclass-detection'
6+
data_root = '/data/shared/rccars/oneclass-detection-2024'
77

88
train_batch_size_per_gpu = 4
99
train_num_workers = 2
1010

11-
max_epochs = 20
11+
max_epochs = 100
1212
stage2_num_epochs = 1
1313
base_lr = 0.00008
1414

@@ -89,7 +89,7 @@
8989
default_hooks = dict(
9090
checkpoint=dict(
9191
interval=5,
92-
max_keep_ckpts=2, # only keep latest 2 checkpoints
92+
max_keep_ckpts=100, # only keep latest checkpoints
9393
save_best='auto'
9494
),
9595
logger=dict(type='LoggerHook', interval=5))

configs/rccars/rtmdet_tiny_8xb32-300e_rccars-oneclass.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
'../rtmdet/rtmdet_tiny_8xb32-300e_coco.py',
44
]
55

6-
data_root = '/data/shared/rccars/oneclass-detection'
6+
data_root = '/data/shared/rccars/oneclass-detection-2024'
77

88
train_batch_size_per_gpu = 4
99
train_num_workers = 2
1010

11-
max_epochs = 20
11+
max_epochs = 100
1212
stage2_num_epochs = 1
1313
base_lr = 0.00008
1414

@@ -89,7 +89,7 @@
8989
default_hooks = dict(
9090
checkpoint=dict(
9191
interval=5,
92-
max_keep_ckpts=2, # only keep latest 2 checkpoints
92+
max_keep_ckpts=100, # only keep latest checkpoints
9393
save_best='auto'
9494
),
9595
logger=dict(type='LoggerHook', interval=5))

0 commit comments

Comments
 (0)