Skip to content

Commit

Permalink
change default flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tenk-9 committed Oct 14, 2024
1 parent 7662b16 commit 6aa9ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pose_estim/demo_1007_Mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# control flags
stop_flag = False # キー入力を追跡するためのフラグ
mouse_move_flag = True # マウス移動のオン/オフを管理するフラグ
imshow_flag = False # 推論結果の画像を表示するか否かを管理するフラグ
imshow_flag = True # 推論結果の画像を表示するか否かを管理するフラグ

# フレームキューの作成
frame_queue = queue.Queue(maxsize=2) # キューの最大サイズを設定してメモリを節約
Expand Down

0 comments on commit 6aa9ada

Please sign in to comment.