Spaces:
Running
Running
File size: 747 Bytes
3fe2685 |
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 31 32 33 34 35 36 37 38 39 |
tasks:
unwrap:
models:
- type: "UVDoc"
path: "models/uvdoc.onnx"
use_cuda: false
use_dml: false
unshadow:
models:
- type: "GCDnet"
sub_models:
- type: "GCDnet"
path: "models/gcnet.onnx"
use_cuda: false
use_dml: false
- type: "DRnet"
path: "models/drnet.onnx"
use_cuda: false
use_dml: false
binarize:
models:
- type: "UnetCnn"
path: "models/unetcnn.onnx"
use_cuda: false
use_dml: false
unblur:
models:
- type: "OpenCvBilateral"
path:
- type: "NAFDPM"
path: "models/nafdpm.onnx"
use_cuda: false
use_dml: false
|