@@ -50,7 +50,7 @@ class ImageFileUpload(FileUpload): | |||
if len(target_list) > 0: | |||
aFrame = frame.copy() | |||
for target in target_list: | |||
draw_painting_joint(target[1], aFrame, target[3], target[2], target[4], font_config, target[4]) | |||
draw_painting_joint(target[1], aFrame, target[3], target[2], target[4], font_config, target[5]) | |||
model_info.append({"modelCode": str(code), "detectTargetCode": str(cls), "aFrame": aFrame}) | |||
if len(model_info) > 0: | |||
image_result = { |