姿勢推定モデルを止め、頭部特化モデルに変更してテスト
This commit is contained in:
+3
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user