From 5e7707b157861fd6ddb0564b6a727f79ea76fd56 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 23 Aug 2022 13:19:18 -0700 Subject: [PATCH] Update SMPL url Summary: Fix issue #1306 Reviewed By: kjchalup Differential Revision: D38941342 fbshipit-source-id: 306ea698ab6af22b874df6e2abdaa9021b65e1ef --- docs/tutorials/render_densepose.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/render_densepose.ipynb b/docs/tutorials/render_densepose.ipynb index 2e6687761..68dfe69fd 100644 --- a/docs/tutorials/render_densepose.ipynb +++ b/docs/tutorials/render_densepose.ipynb @@ -129,7 +129,7 @@ "## Load the SMPL model\n", "\n", "#### Download the SMPL model\n", - "- Go to http://smpl.is.tue.mpg.de/downloads and sign up.\n", + "- Go to https://smpl.is.tue.mpg.de/download.php and sign up.\n", "- Download SMPL for Python Users and unzip.\n", "- Copy the file male template file **'models/basicModel_m_lbs_10_207_0_v1.0.0.pkl'** to the data/DensePose/ folder.\n", " - rename the file to **'smpl_model.pkl'** or rename the string where it's commented below\n",