Skip to content

Commit 906c393

Browse files
committed
Merge branch 'master' of github.com:stresearch/xfr
2 parents 39805f0 + ee08aa5 commit 906c393

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,23 @@ In this paper, we provide the first comprehensive benchmark for explainable face
1515

1616

1717
# Installation
18-
Tested with Python 3.6, PyTorch 1.3. We recommend installation in a python-3.6 virtual environment.
18+
Tested with Python 3.6, PyTorch 1.3.
19+
20+
This dataset is requires [git-lfs](https://git-lfs.github.com/). To reproduce the results, you will need to [install git-lfs](https://git-lfs.github.com/) and then run `git lfs install` prior to cloning the repo to fetch necessary data.
21+
22+
```python
23+
git lfs install
24+
git clone git@github.com:stresearch/xfr.git
25+
```
26+
27+
The XFR data is distributed in a set of tarballs, which must be unpacked:
28+
29+
```python
30+
cd data/inpainting-game
31+
./unpack-aligned.sh
32+
```
33+
34+
We recommend installation in a python-3.6 virtual environment.
1935

2036
```python
2137
pip3 install torch "scikit-image>=0.17.2" vipy==0.8.16 scipy numpy pillow torchvision pandas dill opencv-python jupyter easydict
@@ -32,7 +48,6 @@ There are apparently cases where PyTorch will generate code for the wrong GPU, w
3248
to "CUDA error: no kernel image is available for execution on the device" errors in both
3349
the whitebox demo and some of the black box notebooks.
3450

35-
Some of the binary files in this repository, such as the networks and the Inpainting Game dataset, is provided by [git-lfs](https://git-lfs.github.com/). To reproduce the results, you will need to [install git-lfs](https://git-lfs.github.com/) and then run `git lfs install` in your user account.
3651

3752
# Whitebox Explainable Face Recognition
3853

0 commit comments

Comments
 (0)