From d229ce92982b6bc80048c8a15df389d67fb50298 Mon Sep 17 00:00:00 2001
From: Jiaqi Wang <wj017@ie.cuhk.edu.hk>
Date: Fri, 10 Jul 2020 19:20:48 +0800
Subject: [PATCH] update carafe readme (#3276)

---
 configs/carafe/README.md | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/configs/carafe/README.md b/configs/carafe/README.md
index cfcf2e25..55306b78 100644
--- a/configs/carafe/README.md
+++ b/configs/carafe/README.md
@@ -27,27 +27,4 @@ The results on COCO 2017 val is shown in the below table.
 
 ## Implementation
 
-The CUDA implementation of CARAFE can be find at `mmdet/ops/carafe` under this repository.
-
-## Setup CARAFE
-
-a. Use CARAFE in mmdetection.
-
-Install mmdetection following the official guide.
-
-b. Use CARAFE in your own project.
-
-Git clone mmdetection.
-```shell
-git clone https://github.com/open-mmlab/mmdetection.git
-cd mmdetection
-```
-Setup CARAFE in your own project.
-```shell
-cp -r ./mmdet/ops/carafe $Your_Project_Path$
-cd $Your_Project_Path$/carafe
-python setup.py develop
-# or "pip install -v -e ."
-cd ..
-python ./carafe/grad_check.py
-```
+The CUDA implementation of CARAFE can be find at https://github.com/myownskyW7/CARAFE.
-- 
GitLab