mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 11:52:50 +08:00
remove composite params from tutorials
Summary: Remove composite params from tutorial Reviewed By: nikhilaravi Differential Revision: D22809242 fbshipit-source-id: e5ed4e93fc892baf74e3a464119f0d11973423c3
This commit is contained in:
parent
326f662878
commit
42b5b96595
@ -165,7 +165,7 @@
|
|||||||
"# are weighted more heavily). See [1] for an explanation.\n",
|
"# are weighted more heavily). See [1] for an explanation.\n",
|
||||||
"renderer = PointsRenderer(\n",
|
"renderer = PointsRenderer(\n",
|
||||||
" rasterizer=PointsRasterizer(cameras=cameras, raster_settings=raster_settings),\n",
|
" rasterizer=PointsRasterizer(cameras=cameras, raster_settings=raster_settings),\n",
|
||||||
" compositor=AlphaCompositor(composite_params=None)\n",
|
" compositor=AlphaCompositor()\n",
|
||||||
")\n"
|
")\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -213,7 +213,7 @@
|
|||||||
"# weighted according to their distance to a pixel and accumulated using a weighted sum)\n",
|
"# weighted according to their distance to a pixel and accumulated using a weighted sum)\n",
|
||||||
"renderer = PointsRenderer(\n",
|
"renderer = PointsRenderer(\n",
|
||||||
" rasterizer=PointsRasterizer(cameras=cameras, raster_settings=raster_settings),\n",
|
" rasterizer=PointsRasterizer(cameras=cameras, raster_settings=raster_settings),\n",
|
||||||
" compositor=NormWeightedCompositor(composite_params=None)\n",
|
" compositor=NormWeightedCompositor()\n",
|
||||||
")\n"
|
")\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user