From 3199a6509f104bed6083e3415a92367c74b1895d Mon Sep 17 00:00:00 2001 From: Zhiqi Li Date: Sat, 20 Jan 2024 20:25:37 +0800 Subject: [PATCH] Fix DCNv4 version --- detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/README.md b/detection/README.md index a4c0094..3e4e631 100644 --- a/detection/README.md +++ b/detection/README.md @@ -48,7 +48,7 @@ pip install opencv-python termcolor yacs pyyaml scipy - Install DCNv4 ```bash -pip install DCNv4==latest +pip install DCNv4 ```