実現したいこと
Microsoft Learnの以下のページの演習の実行がしたい
https://learn.microsoft.com/ja-jp/training/modules/detect-analyze-recognize-faces/8-exercise-identify-faces
発生している問題・分からないこと
「画像内の顔を検出する」ところでdetect-people.pyを実行できない
エラーメッセージ
error
1File "C:\Users\Student\mslearn-ai-vision\Labfiles\04-face\Python\computer-vision\detect-people.py", line 72 2 if detected_people.confidence > 0.5: 3 ^ 4SyntaxError: invalid syntax
該当のソースコード
detect
1if detected_people.confidence > 0.5:
試したこと・調べたこと
上記の詳細・結果
> の; を: に変更したがうまくいきませんでした。
よろしくお願いします
補足
特になし
0 コメント