mdz/pytorch/DDRNet/2_compile/config/customop/DDRNet.toml

14 lines
555 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[ImageMake]
forward_dll = ""
forward_so = ""
no_imkpad = 0
[SegPost]
mode = 1 # 1: segpost模式,upsample与argmax一起工作0argmax模式只启动argmax模块
src_ysize = 128 # 不能为0最大为1024
src_xsize = 256 # 不能为0最大为1024
dst_ysize = 1024 # 不能为0或1最大不能超过srcsize的32倍
dst_xsize = 2048 # 不能为0或1最大不能超过srcsize的32倍
align_corner = 0 # 双线性插值参数1表示边上对齐0表示中心对齐
sleep_time = 0.001
out_index = "0"