forked from PaddlePaddle/PaddleX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RT-DETR-R18.yaml
40 lines (35 loc) · 934 Bytes
/
RT-DETR-R18.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Global:
model: RT-DETR-R18
mode: check_dataset # check_dataset/train/evaluate/predict
dataset_dir: "/paddle/dataset/paddlex/det/det_coco_examples"
device: gpu:0,1,2,3
output: "output"
CheckDataset:
convert:
enable: False
src_dataset_type: null
split:
enable: False
train_percent: null
val_percent: null
Train:
num_classes: 4
epochs_iters: 40
batch_size: 16
learning_rate: 0.0002
pretrain_weight_path: null
warmup_steps: 100
resume_path: null
log_interval: 10
eval_interval: 1
Evaluate:
weight_path: "output/best_model/best_model.pdparams"
log_interval: 10
Export:
weight_path: https://bj.bcebos.com/v1/paddledet/models/rtdetr_r18vd_dec3_6x_coco.pdparams
Predict:
batch_size: 1
model_dir: "output/best_model/inference"
input: "https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_object_detection_002.png"
kernel_option:
run_mode: paddle