@@ -13,12 +10,17 @@ This repo is a PyTorch implementation of Encoding Layer as described in the pape
...
@@ -13,12 +10,17 @@ This repo is a PyTorch implementation of Encoding Layer as described in the pape
year={2016}
year={2016}
}
}
```
```
If you would like to reproduce the texture recognition benchmark in the paper, please visit our original [Torch implementation](https://github.com/zhanghang1989/Deep-Encoding).
## Installation
## Installation
- Dependencies
- Install PyTorch from source
* Install PyTorch from source
* Install PyTorch from source to the `$HOME` directory, you can follow the [PyTorch tutorial](https://github.com/pytorch/pytorch#install-pytorch).