GPU Batched NMS

This commit is contained in:
Marcos Luciano
2022-06-19 03:25:50 -03:00
parent 2300e3b44b
commit f621c0f429
24 changed files with 835 additions and 654 deletions

View File

@@ -144,6 +144,7 @@ with open(cfg_file, "w") as c:
c.write("width=%d\n" % model_width)
c.write("height=%d\n" % model_height)
c.write("channels=%d\n" % model_channels)
c.write("letter_box=1\n")
nc = 0
depth_multiple = 0
width_multiple = 0