Parcourir la source

update

develop
YAO il y a 1 an
Parent
révision
eb0cd7d93e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      concurrency/FileUploadThread.py

+ 1
- 1
concurrency/FileUploadThread.py Voir le fichier

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

Chargement…
Annuler
Enregistrer