From f0e5244659748a8105a14b7a7340ddd1b73a7882 Mon Sep 17 00:00:00 2001
From: Jeremy Francis Reizenstein
Date: Mon, 19 Dec 2022 15:50:52 -0800
Subject: [PATCH] v0.7.2
---
files/bundle_adjustment.ipynb | 2 +-
files/bundle_adjustment.py | 2 +-
...ra_position_optimization_with_differentiable_rendering.ipynb | 2 +-
...amera_position_optimization_with_differentiable_rendering.py | 2 +-
files/dataloaders_ShapeNetCore_R2N2.ipynb | 2 +-
files/dataloaders_ShapeNetCore_R2N2.py | 2 +-
files/deform_source_mesh_to_target_mesh.ipynb | 2 +-
files/deform_source_mesh_to_target_mesh.py | 2 +-
files/fit_simple_neural_radiance_field.ipynb | 2 +-
files/fit_simple_neural_radiance_field.py | 2 +-
files/fit_textured_mesh.ipynb | 2 +-
files/fit_textured_mesh.py | 2 +-
files/fit_textured_volume.ipynb | 2 +-
files/fit_textured_volume.py | 2 +-
files/implicitron_config_system.ipynb | 2 +-
files/implicitron_config_system.py | 2 +-
files/implicitron_volumes.ipynb | 2 +-
files/implicitron_volumes.py | 2 +-
files/render_colored_points.ipynb | 2 +-
files/render_colored_points.py | 2 +-
files/render_densepose.ipynb | 2 +-
files/render_densepose.py | 2 +-
files/render_textured_meshes.ipynb | 2 +-
files/render_textured_meshes.py | 2 +-
tutorials/bundle_adjustment.html | 2 +-
tutorials/bundle_adjustment/index.html | 2 +-
...era_position_optimization_with_differentiable_rendering.html | 2 +-
.../index.html | 2 +-
tutorials/dataloaders_ShapeNetCore_R2N2.html | 2 +-
tutorials/dataloaders_ShapeNetCore_R2N2/index.html | 2 +-
tutorials/deform_source_mesh_to_target_mesh.html | 2 +-
tutorials/deform_source_mesh_to_target_mesh/index.html | 2 +-
tutorials/fit_simple_neural_radiance_field.html | 2 +-
tutorials/fit_simple_neural_radiance_field/index.html | 2 +-
tutorials/fit_textured_mesh.html | 2 +-
tutorials/fit_textured_mesh/index.html | 2 +-
tutorials/fit_textured_volume.html | 2 +-
tutorials/fit_textured_volume/index.html | 2 +-
tutorials/implicitron_config_system.html | 2 +-
tutorials/implicitron_config_system/index.html | 2 +-
tutorials/implicitron_volumes.html | 2 +-
tutorials/implicitron_volumes/index.html | 2 +-
tutorials/render_colored_points.html | 2 +-
tutorials/render_colored_points/index.html | 2 +-
tutorials/render_densepose.html | 2 +-
tutorials/render_densepose/index.html | 2 +-
tutorials/render_textured_meshes.html | 2 +-
tutorials/render_textured_meshes/index.html | 2 +-
48 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/files/bundle_adjustment.ipynb b/files/bundle_adjustment.ipynb
index 91640c9b..2c7a8048 100644
--- a/files/bundle_adjustment.ipynb
+++ b/files/bundle_adjustment.ipynb
@@ -89,7 +89,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/bundle_adjustment.py b/files/bundle_adjustment.py
index 7bf593af..a05293f0 100644
--- a/files/bundle_adjustment.py
+++ b/files/bundle_adjustment.py
@@ -49,7 +49,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/camera_position_optimization_with_differentiable_rendering.ipynb b/files/camera_position_optimization_with_differentiable_rendering.ipynb
index e8e81e0a..037a3a32 100644
--- a/files/camera_position_optimization_with_differentiable_rendering.ipynb
+++ b/files/camera_position_optimization_with_differentiable_rendering.ipynb
@@ -76,7 +76,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/camera_position_optimization_with_differentiable_rendering.py b/files/camera_position_optimization_with_differentiable_rendering.py
index 92c656c1..cc5a6277 100644
--- a/files/camera_position_optimization_with_differentiable_rendering.py
+++ b/files/camera_position_optimization_with_differentiable_rendering.py
@@ -36,7 +36,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/dataloaders_ShapeNetCore_R2N2.ipynb b/files/dataloaders_ShapeNetCore_R2N2.ipynb
index 728a103a..ac72e074 100644
--- a/files/dataloaders_ShapeNetCore_R2N2.ipynb
+++ b/files/dataloaders_ShapeNetCore_R2N2.ipynb
@@ -51,7 +51,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/dataloaders_ShapeNetCore_R2N2.py b/files/dataloaders_ShapeNetCore_R2N2.py
index 928115a9..5af6f0c7 100644
--- a/files/dataloaders_ShapeNetCore_R2N2.py
+++ b/files/dataloaders_ShapeNetCore_R2N2.py
@@ -31,7 +31,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/deform_source_mesh_to_target_mesh.ipynb b/files/deform_source_mesh_to_target_mesh.ipynb
index f6f2d7d3..f3ec139b 100644
--- a/files/deform_source_mesh_to_target_mesh.ipynb
+++ b/files/deform_source_mesh_to_target_mesh.ipynb
@@ -90,7 +90,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/deform_source_mesh_to_target_mesh.py b/files/deform_source_mesh_to_target_mesh.py
index 5c18f91c..b9eef283 100644
--- a/files/deform_source_mesh_to_target_mesh.py
+++ b/files/deform_source_mesh_to_target_mesh.py
@@ -48,7 +48,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/fit_simple_neural_radiance_field.ipynb b/files/fit_simple_neural_radiance_field.ipynb
index 56b7876e..0aaaa1ef 100644
--- a/files/fit_simple_neural_radiance_field.ipynb
+++ b/files/fit_simple_neural_radiance_field.ipynb
@@ -56,7 +56,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/fit_simple_neural_radiance_field.py b/files/fit_simple_neural_radiance_field.py
index dee73a94..7f921383 100644
--- a/files/fit_simple_neural_radiance_field.py
+++ b/files/fit_simple_neural_radiance_field.py
@@ -42,7 +42,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/fit_textured_mesh.ipynb b/files/fit_textured_mesh.ipynb
index 954884b0..2e5247f0 100644
--- a/files/fit_textured_mesh.ipynb
+++ b/files/fit_textured_mesh.ipynb
@@ -68,7 +68,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/fit_textured_mesh.py b/files/fit_textured_mesh.py
index b10be54d..63873ad4 100644
--- a/files/fit_textured_mesh.py
+++ b/files/fit_textured_mesh.py
@@ -31,7 +31,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/fit_textured_volume.ipynb b/files/fit_textured_volume.ipynb
index 9c3edf42..552ca9cf 100644
--- a/files/fit_textured_volume.ipynb
+++ b/files/fit_textured_volume.ipynb
@@ -47,7 +47,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/fit_textured_volume.py b/files/fit_textured_volume.py
index 7cef3430..a5b5d205 100644
--- a/files/fit_textured_volume.py
+++ b/files/fit_textured_volume.py
@@ -32,7 +32,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/implicitron_config_system.ipynb b/files/implicitron_config_system.ipynb
index 9d69259e..572192f4 100644
--- a/files/implicitron_config_system.ipynb
+++ b/files/implicitron_config_system.ipynb
@@ -78,7 +78,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/implicitron_config_system.py b/files/implicitron_config_system.py
index 0f965ad2..63a7453a 100644
--- a/files/implicitron_config_system.py
+++ b/files/implicitron_config_system.py
@@ -35,7 +35,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/implicitron_volumes.ipynb b/files/implicitron_volumes.ipynb
index 1af8af1a..c964b6d7 100644
--- a/files/implicitron_volumes.ipynb
+++ b/files/implicitron_volumes.ipynb
@@ -72,7 +72,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/implicitron_volumes.py b/files/implicitron_volumes.py
index bce555e1..f2841b8b 100644
--- a/files/implicitron_volumes.py
+++ b/files/implicitron_volumes.py
@@ -30,7 +30,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/render_colored_points.ipynb b/files/render_colored_points.ipynb
index 23e9cd14..3b4f3ef1 100644
--- a/files/render_colored_points.ipynb
+++ b/files/render_colored_points.ipynb
@@ -50,7 +50,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/render_colored_points.py b/files/render_colored_points.py
index da277ff2..ac3907e1 100644
--- a/files/render_colored_points.py
+++ b/files/render_colored_points.py
@@ -30,7 +30,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/render_densepose.ipynb b/files/render_densepose.ipynb
index 68dfe69f..5402c8c1 100644
--- a/files/render_densepose.ipynb
+++ b/files/render_densepose.ipynb
@@ -57,7 +57,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/render_densepose.py b/files/render_densepose.py
index 837d6546..f0f87cf7 100644
--- a/files/render_densepose.py
+++ b/files/render_densepose.py
@@ -34,7 +34,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/files/render_textured_meshes.ipynb b/files/render_textured_meshes.ipynb
index 333eb3b7..147b7c27 100644
--- a/files/render_textured_meshes.ipynb
+++ b/files/render_textured_meshes.ipynb
@@ -73,7 +73,7 @@
"except ModuleNotFoundError:\n",
" need_pytorch3d=True\n",
"if need_pytorch3d:\n",
- " if torch.__version__.startswith(\"1.12.\") and sys.platform.startswith(\"linux\"):\n",
+ " if torch.__version__.startswith(\"1.13.\") and sys.platform.startswith(\"linux\"):\n",
" # We try to install PyTorch3D via a released wheel.\n",
" pyt_version_str=torch.__version__.split(\"+\")[0].replace(\".\", \"\")\n",
" version_str=\"\".join([\n",
diff --git a/files/render_textured_meshes.py b/files/render_textured_meshes.py
index 7c35e849..b073cd78 100644
--- a/files/render_textured_meshes.py
+++ b/files/render_textured_meshes.py
@@ -32,7 +32,7 @@ try:
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/bundle_adjustment.html b/tutorials/bundle_adjustment.html
index 93e2671e..963fcc4f 100644
--- a/tutorials/bundle_adjustment.html
+++ b/tutorials/bundle_adjustment.html
@@ -133,7 +133,7 @@ where $d(g_i, g_j)$ is a suitable metric that compares the extrinsics of cameras
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/bundle_adjustment/index.html b/tutorials/bundle_adjustment/index.html
index 93e2671e..963fcc4f 100644
--- a/tutorials/bundle_adjustment/index.html
+++ b/tutorials/bundle_adjustment/index.html
@@ -133,7 +133,7 @@ where $d(g_i, g_j)$ is a suitable metric that compares the extrinsics of cameras
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/camera_position_optimization_with_differentiable_rendering.html b/tutorials/camera_position_optimization_with_differentiable_rendering.html
index 122487a9..9f1d6a18 100644
--- a/tutorials/camera_position_optimization_with_differentiable_rendering.html
+++ b/tutorials/camera_position_optimization_with_differentiable_rendering.html
@@ -127,7 +127,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/camera_position_optimization_with_differentiable_rendering/index.html b/tutorials/camera_position_optimization_with_differentiable_rendering/index.html
index 122487a9..9f1d6a18 100644
--- a/tutorials/camera_position_optimization_with_differentiable_rendering/index.html
+++ b/tutorials/camera_position_optimization_with_differentiable_rendering/index.html
@@ -127,7 +127,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/dataloaders_ShapeNetCore_R2N2.html b/tutorials/dataloaders_ShapeNetCore_R2N2.html
index 0618c1b8..acf16ae8 100644
--- a/tutorials/dataloaders_ShapeNetCore_R2N2.html
+++ b/tutorials/dataloaders_ShapeNetCore_R2N2.html
@@ -126,7 +126,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/dataloaders_ShapeNetCore_R2N2/index.html b/tutorials/dataloaders_ShapeNetCore_R2N2/index.html
index 0618c1b8..acf16ae8 100644
--- a/tutorials/dataloaders_ShapeNetCore_R2N2/index.html
+++ b/tutorials/dataloaders_ShapeNetCore_R2N2/index.html
@@ -126,7 +126,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/deform_source_mesh_to_target_mesh.html b/tutorials/deform_source_mesh_to_target_mesh.html
index 00c89986..4ecbc19f 100644
--- a/tutorials/deform_source_mesh_to_target_mesh.html
+++ b/tutorials/deform_source_mesh_to_target_mesh.html
@@ -146,7 +146,7 @@ the predicted mesh is closer to the target mesh at each optimization step. To ac
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/deform_source_mesh_to_target_mesh/index.html b/tutorials/deform_source_mesh_to_target_mesh/index.html
index 00c89986..4ecbc19f 100644
--- a/tutorials/deform_source_mesh_to_target_mesh/index.html
+++ b/tutorials/deform_source_mesh_to_target_mesh/index.html
@@ -146,7 +146,7 @@ the predicted mesh is closer to the target mesh at each optimization step. To ac
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/fit_simple_neural_radiance_field.html b/tutorials/fit_simple_neural_radiance_field.html
index 208f1c58..f0416bce 100644
--- a/tutorials/fit_simple_neural_radiance_field.html
+++ b/tutorials/fit_simple_neural_radiance_field.html
@@ -127,7 +127,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/fit_simple_neural_radiance_field/index.html b/tutorials/fit_simple_neural_radiance_field/index.html
index 208f1c58..f0416bce 100644
--- a/tutorials/fit_simple_neural_radiance_field/index.html
+++ b/tutorials/fit_simple_neural_radiance_field/index.html
@@ -127,7 +127,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/fit_textured_mesh.html b/tutorials/fit_textured_mesh.html
index 6747527a..77863f10 100644
--- a/tutorials/fit_textured_mesh.html
+++ b/tutorials/fit_textured_mesh.html
@@ -125,7 +125,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/fit_textured_mesh/index.html b/tutorials/fit_textured_mesh/index.html
index 6747527a..77863f10 100644
--- a/tutorials/fit_textured_mesh/index.html
+++ b/tutorials/fit_textured_mesh/index.html
@@ -125,7 +125,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/fit_textured_volume.html b/tutorials/fit_textured_volume.html
index 15c1cea3..50cd86f0 100644
--- a/tutorials/fit_textured_volume.html
+++ b/tutorials/fit_textured_volume.html
@@ -118,7 +118,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/fit_textured_volume/index.html b/tutorials/fit_textured_volume/index.html
index 15c1cea3..50cd86f0 100644
--- a/tutorials/fit_textured_volume/index.html
+++ b/tutorials/fit_textured_volume/index.html
@@ -118,7 +118,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/implicitron_config_system.html b/tutorials/implicitron_config_system.html
index d0a5d5e4..e8e0bf52 100644
--- a/tutorials/implicitron_config_system.html
+++ b/tutorials/implicitron_config_system.html
@@ -125,7 +125,7 @@ This tutorial provides detailed hands-on experience in using and modifying Impli
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/implicitron_config_system/index.html b/tutorials/implicitron_config_system/index.html
index d0a5d5e4..e8e0bf52 100644
--- a/tutorials/implicitron_config_system/index.html
+++ b/tutorials/implicitron_config_system/index.html
@@ -125,7 +125,7 @@ This tutorial provides detailed hands-on experience in using and modifying Impli
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/implicitron_volumes.html b/tutorials/implicitron_volumes.html
index 4541a8ea..6055d26e 100644
--- a/tutorials/implicitron_volumes.html
+++ b/tutorials/implicitron_volumes.html
@@ -115,7 +115,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/implicitron_volumes/index.html b/tutorials/implicitron_volumes/index.html
index 4541a8ea..6055d26e 100644
--- a/tutorials/implicitron_volumes/index.html
+++ b/tutorials/implicitron_volumes/index.html
@@ -115,7 +115,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/render_colored_points.html b/tutorials/render_colored_points.html
index 34f8abb0..362e5e49 100644
--- a/tutorials/render_colored_points.html
+++ b/tutorials/render_colored_points.html
@@ -124,7 +124,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/render_colored_points/index.html b/tutorials/render_colored_points/index.html
index 34f8abb0..362e5e49 100644
--- a/tutorials/render_colored_points/index.html
+++ b/tutorials/render_colored_points/index.html
@@ -124,7 +124,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/render_densepose.html b/tutorials/render_densepose.html
index ecbe75e0..cdf2e21b 100644
--- a/tutorials/render_densepose.html
+++ b/tutorials/render_densepose.html
@@ -127,7 +127,7 @@ In this tutorial, we provide an example of using DensePose data in PyTorch3D.
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/render_densepose/index.html b/tutorials/render_densepose/index.html
index ecbe75e0..cdf2e21b 100644
--- a/tutorials/render_densepose/index.html
+++ b/tutorials/render_densepose/index.html
@@ -127,7 +127,7 @@ In this tutorial, we provide an example of using DensePose data in PyTorch3D.except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/render_textured_meshes.html b/tutorials/render_textured_meshes.html
index 5cfe99fb..32299145 100644
--- a/tutorials/render_textured_meshes.html
+++ b/tutorials/render_textured_meshes.html
@@ -126,7 +126,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([
diff --git a/tutorials/render_textured_meshes/index.html b/tutorials/render_textured_meshes/index.html
index 5cfe99fb..32299145 100644
--- a/tutorials/render_textured_meshes/index.html
+++ b/tutorials/render_textured_meshes/index.html
@@ -126,7 +126,7 @@
except ModuleNotFoundError:
need_pytorch3d=True
if need_pytorch3d:
- if torch.__version__.startswith("1.12.") and sys.platform.startswith("linux"):
+ if torch.__version__.startswith("1.13.") and sys.platform.startswith("linux"):
# We try to install PyTorch3D via a released wheel.
pyt_version_str=torch.__version__.split("+")[0].replace(".", "")
version_str="".join([