Skip to content

Commit

Permalink
quik fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanie85 committed Jun 3, 2024
1 parent 55b618d commit 8fa0e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/swin.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def process_swin_result(img_box:dict, results: dict) -> list:
img_box[0]['boxes'][i]["topN"] = [d for d in result]

# Adding the "filename" field (mandatory)
img_box[0]['filename'] = ""
img_box[0]['filename'] = "default_filename"

return img_box

Expand Down

0 comments on commit 8fa0e37

Please sign in to comment.