From 0eadf6100699790c449367b7936f62bc75bb7020 Mon Sep 17 00:00:00 2001 From: JanineCHEN <37527041+JanineCHEN@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:52:33 +0800 Subject: [PATCH] Update README.md The apex installation command does not work, change to a working version --- beit/semantic_segmentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beit/semantic_segmentation/README.md b/beit/semantic_segmentation/README.md index 7c94c3da7..9f8cc7e11 100644 --- a/beit/semantic_segmentation/README.md +++ b/beit/semantic_segmentation/README.md @@ -14,7 +14,7 @@ pip install scipy timm==0.3.2 ```bash git clone https://github.com/NVIDIA/apex cd apex -pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./ +pip install -v --disable-pip-version-check --no-cache-dir ./ ``` 3. Follow the guide in [mmseg](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/dataset_prepare.md#ade20k) to prepare the ADE20k dataset.