From 793389c420c64ff680f605daafbb17fc9d5bca0f Mon Sep 17 00:00:00 2001 From: shinshin86 Date: Fri, 8 Dec 2023 14:22:39 +0900 Subject: [PATCH] Fix typo --- 01_pose_estimation_for_magic_animate.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}