From a62d3a78ad5a6b76e5dc87b73af6b5123eecbdc7 Mon Sep 17 00:00:00 2001 From: gs80140 Date: Tue, 2 Jan 2024 17:31:51 +0800 Subject: [PATCH] Update README.md add ../models before dino-5scale_swin-l_8xb2-12e_coco_20230228_072924-a654145f.pth --- mmdet_sam/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmdet_sam/README.md b/mmdet_sam/README.md index c63baabb..d56579b8 100644 --- a/mmdet_sam/README.md +++ b/mmdet_sam/README.md @@ -214,7 +214,7 @@ wget -P ../models/ https://download.openmmlab.com/mmdetection/v3.0/dino/dino-5sc # input a single image python detector_sam_demo.py ../images/cat_remote.jpg \ ../mmdetection/configs/dino/dino-5scale_swin-l_8xb2-12e_coco.py \ - dino-5scale_swin-l_8xb2-12e_coco_20230228_072924-a654145f.pth \ + ../models/dino-5scale_swin-l_8xb2-12e_coco_20230228_072924-a654145f.pth \ --sam-device cpu ``` @@ -364,4 +364,4 @@ python coco_style_eval.py ../data/cat/ \ --ann-file annotations/cat_coco.json \ --out-dir ../cat_pred \ --sam-device cpu -``` \ No newline at end of file +```