gavinyuan
delete: GPEN example images
523fb10
raw
history blame contribute delete
356 Bytes
build:
gpu: true
python_version: "3.8"
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
- "ninja-build"
python_packages:
- "torch==1.7.1"
- "torchvision==0.8.2"
- "numpy==1.20.1"
- "ipython==7.21.0"
- "Pillow==8.3.1"
- "scikit-image==0.18.3"
- "opencv-python==4.5.3.56"
predict: "predict.py:Predictor"