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

20 lines
376 B
TOML

[DetPost]
forward_dll ="C:/Icraft/CLI/bin/customop.DetPost.dll"
forward_so = ""
quantized = true
thr_f = 0.001 # 阈值 测精度时改为0.001
cmp_en = 1 # 是否做阈值比较
#要改
groups = 3
anchor_num = 1
position = -1
[ImageMake]
forward_dll = "C:/Icraft/CLI/bin/customop.ImageMake.dll"
forward_so = ""
no_imkpad = 1
#mode = 1
quantized = true