Skip to content

Commit

Permalink
Remove unnecessary processing
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Dec 15, 2024
1 parent 7e4940e commit 3b412eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 462_Gaze-LLE/demo/demo_yolov9_onnx_gazelle.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,6 @@ def __call__(
heatmaps=heatmaps,
disable_attention_heatmap_mode=disable_attention_heatmap_mode,
)
if disable_attention_heatmap_mode:
result_image = image
return result_image, resized_heatmatps

def _preprocess(
Expand Down

0 comments on commit 3b412eb

Please sign in to comment.