姿勢推定モデルを止め、頭部特化モデルに変更してテスト

This commit is contained in:
2026-02-23 03:56:23 +09:00
parent dc41327cea
commit de99aef9ad
2 changed files with 34 additions and 116 deletions
+3 -1
View File
@@ -239,7 +239,9 @@ class SEQUENCER_PT_face_mask(Panel):
if not selected_movies:
return
count = len(selected_movies)
label = f"Batch ({count} strip{'s' if count > 1 else ''} selected)"
image_count = sum(1 for s in selected_movies if s.type == "IMAGE")
video_count = sum(1 for s in selected_movies if s.type == "MOVIE")
label = f"Batch ({count} selected, image: {image_count}, video: {video_count})"
box = layout.box()
box.label(text=label, icon='RENDER_ANIMATION')
box.operator(