Browse Source

update

develop
YAO 1 year ago
parent
commit
eb0cd7d93e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      concurrency/FileUploadThread.py

+ 1
- 1
concurrency/FileUploadThread.py View File

@@ -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 = {

Loading…
Cancel
Save