diff --git a/01_pose_estimation_for_magic_animate.ipynb b/01_pose_estimation_for_magic_animate.ipynb index 6272055..9ea13ef 100644 --- a/01_pose_estimation_for_magic_animate.ipynb +++ b/01_pose_estimation_for_magic_animate.ipynb @@ -1241,7 +1241,7 @@ " break\n", " # 推論してCPUに送る\n", " outputs = predict(img, predictor)\n", - " otutpus = outputs.to(\"cpu\")\n", + " outputs = outputs.to(\"cpu\")\n", "\n", " # 推論結果をExtractする\n", " extractor = DensePoseResultExtractor()\n", @@ -1525,4 +1525,4 @@ } } ] -} \ No newline at end of file +}