Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
--no-build-isolation flag solves this issue for installation
NVIDIA/apex#1594
  • Loading branch information
baijiuyang authored Feb 21, 2024
1 parent 737e8ed commit 66ee829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The overview of our ZITS. At first, the TSR model is used to restore structures
pip install -r requirement.txt
git clone https://github.com/NVIDIA/apex
cd apex
pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" ./
pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --no-build-isolation ./
```
2. For training, [MST](https://github.com/ewrfcas/MST_inpainting) provide irregular and segmentation masks ([download](https://drive.google.com/drive/folders/1eU6VaTWGdgCXXWueCXilt6oxHdONgUgf?usp=sharing)) with different masking rates. And you should define the mask file list before the training as in [MST](https://github.com/ewrfcas/MST_inpainting).
Expand Down Expand Up @@ -178,4 +178,4 @@ If you found our program helpful, please consider citing:
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2022}
}
```
```

0 comments on commit 66ee829

Please sign in to comment.