Skip to content

Commit a249dfe

Browse files
[Doc]: fix wrong imaeg linked on line 93 (#9054)
1 parent 8750d0d commit a249dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/get_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ from mmdet.apis import init_detector, inference_detector
9393
config_file = 'yolov3_mobilenetv2_320_300e_coco.py'
9494
checkpoint_file = 'yolov3_mobilenetv2_320_300e_coco_20210719_215349-d18dff72.pth'
9595
model = init_detector(config_file, checkpoint_file, device='cpu') # or device='cuda:0'
96-
inference_detector(model, 'demo/cat.jpg')
96+
inference_detector(model, 'demo/demo.jpg')
9797
```
9898

9999
You will see a list of arrays printed, indicating the detected bounding boxes.

0 commit comments

Comments
 (0)