diff --git a/configs/rtdetr/README.md b/configs/rtdetr/README.md index eb208af4163c9d991e63bbc782391d5efe024236..6af6645e51bc8b170a56ebb858ce02df08c92a94 100644 --- a/configs/rtdetr/README.md +++ b/configs/rtdetr/README.md @@ -149,7 +149,7 @@ import paddle from ppdet.core.workspace import load_config, merge_config from ppdet.core.workspace import create -cfg_path = './configs/dino/ppdetr_r50_3x_coco.yml' +cfg_path = './configs/rtdetr/rtdetr_r50vd_6x_coco.yml' cfg = load_config(cfg_path) model = create(cfg.architecture)