From c8effd16484d5f684579f7538943b772ad21e74e Mon Sep 17 00:00:00 2001 From: Legend Date: Mon, 31 Mar 2025 01:37:55 +0800 Subject: [PATCH] Update usage_zh-CN.md --- configs/mm_grounding_dino/usage_zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mm_grounding_dino/usage_zh-CN.md b/configs/mm_grounding_dino/usage_zh-CN.md index 5f625ea6ca8..87c051c05dc 100644 --- a/configs/mm_grounding_dino/usage_zh-CN.md +++ b/configs/mm_grounding_dino/usage_zh-CN.md @@ -48,7 +48,7 @@ nltk.download('averaged_perceptron_tagger', download_dir='~/nltk_data') 为了方便演示,您可以提前下载 MM Grounding DINO-T 模型权重到当前路径下 ```shell -wget load_from = 'https://download.openmmlab.com/mmdetection/v3.0/mm_grounding_dino/grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3det/grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3det_20231204_095047-b448804b.pth' # noqa +wget https://download.openmmlab.com/mmdetection/v3.0/mm_grounding_dino/grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3det/grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3det_20231204_095047-b448804b.pth ``` ## 推理