Skip to content

Commit

Permalink
dex as api is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusdemon committed Mar 13, 2019
1 parent 98228b6 commit f3532e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ woman: 0.010, man: 0.990
age: 42.896
```

## Installation
You can use dex as a separate Python package right now!
```
cd pytorch-DEX
pip install .
```
See [demo.py](demo.py) for example.

## Citation
@InProceedings{Rothe-ICCVW-2015,
author = {Rasmus Rothe and Radu Timofte and Luc Van Gool},
Expand Down

0 comments on commit f3532e9

Please sign in to comment.