Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Jan 17, 2025
1 parent c6f7d05 commit 242983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ def pop_tracking_results(request: Request, response: Response):
"inference_request_uuid": inference_request_uuid,
"pending_results_len": len(inference_request["pending_results"]),
"pending_results": [
figure._asdict() for figure in inference_request["pending_results"][:3]
{"id": figure.id, "object_id": figure.object_id, "frame_index": figure.frame_index} for figure in inference_request["pending_results"]
],
},
)
Expand Down

0 comments on commit 242983a

Please sign in to comment.