From 0bedd30fae13665a164fcbf37e45dbf98f932393 Mon Sep 17 00:00:00 2001 From: MukundaKatta Date: Mon, 20 Apr 2026 00:25:20 -0700 Subject: [PATCH] docs(detection): fix mismatched backticks for mmsegmentation Closes #325 --- detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/README.md b/detection/README.md index 41b491ed..6d5a0fc8 100644 --- a/detection/README.md +++ b/detection/README.md @@ -51,7 +51,7 @@ conda install -c conda-forge termcolor yacs pyyaml scipy pip -y pip install opencv-python ``` -- Install `timm`, `mmcv-full` and \`mmsegmentation': +- Install `timm`, `mmcv-full` and `mmsegmentation`: ```bash pip install -U openmim