Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 01_pose_estimation_for_magic_animate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1525,4 +1525,4 @@
}
}
]
}
}