File size: 586 Bytes
1ab03a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
build:
  cuda: "10.2"
  gpu: true
  python_version: "3.8"
  system_packages:
    - "libgl1-mesa-glx"
    - "libglib2.0-0"
  python_packages:
    - "numpy==1.21.5"
    - "cmake==3.23.3"
    - "ipython==7.21.0"
    - "opencv-python==4.5.4.58"
    - "pandas==1.1.5"
    - "lmdb==1.2.1"
    - "lpips==0.1.4"
    - "pytorch-fid==0.2.0"
    - "ftfy==6.1.1"
    - "scipy==1.5.4"
    - "torch==1.9.1"
    - "torchvision==0.10.1"
    - "tqdm==4.62.3"
    - "regex==2022.7.25"
    - "Pillow==9.2.0"
    - "pytorch_lightning==1.7.0"

  run:
    - pip install dlib

predict: "predict.py:Predictor"