|
|
|
|
|
|
|
|
if len(target_list) > 0: |
|
|
if len(target_list) > 0: |
|
|
aFrame = frame.copy() |
|
|
aFrame = frame.copy() |
|
|
for target in target_list: |
|
|
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}) |
|
|
model_info.append({"modelCode": str(code), "detectTargetCode": str(cls), "aFrame": aFrame}) |
|
|
if len(model_info) > 0: |
|
|
if len(model_info) > 0: |
|
|
image_result = { |
|
|
image_result = { |