1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-28 05:00:09 -07:00
GFPGAN/requirements.txt
Vincent ad70ce4653
Reordered requirements (#54)
* Reordered requirements

It had the wrong order, resulting in `basicsr` not wanting to install.

* update order

* add comments

Co-authored-by: Xintao <xintao.alpha@gmail.com>
2021-09-02 00:58:44 +08:00

13 lines
158 B
Plaintext

torch>=1.7
numpy<1.21 # numba requires numpy<1.21,>=1.17
opencv-python
torchvision
scipy
tqdm
basicsr>=1.3.4.0
facexlib>=0.2.0.3
lmdb
pyyaml
tb-nightly
yapf