From a5cb9c2a59c542699e62bba82f7fc5611881e09b Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Tue, 23 Nov 2021 01:24:42 +0300 Subject: [PATCH] fix mmcv installation in readme (#281) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c95b46d..827cb297 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ pip install torch torchvision - Install your desired detection framework (such as mmdet or yolov5): ```console -pip install mmdet mmcv +pip install mmdet mmcv-full ``` ```console