RapidUnwrap / config.yaml
Joker1212's picture
feat: add models
3fe2685
raw
history blame contribute delete
747 Bytes
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