mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-24 16:20:34 +08:00
remove bin_size from the settings in the tutorials
Summary: Remove `bin_size` and `max_faces_per_pixel` from being specified. This means the coarse-to-fine rasterization will be used by default and will help avoid confusion with the naive version. Reviewed By: jcjohnson Differential Revision: D20908905 fbshipit-source-id: c181c88e844d888aa81a36870918307961dc1175
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0fecb2ddb9
commit
474c8b456a
@@ -322,8 +322,6 @@
|
||||
" image_size=512, \n",
|
||||
" blur_radius=0.0, \n",
|
||||
" faces_per_pixel=1, \n",
|
||||
" bin_size = None, # this setting controls whether naive or coarse-to-fine rasterization is used\n",
|
||||
" max_faces_per_bin = None # this setting is for coarse rasterization\n",
|
||||
")\n",
|
||||
"\n",
|
||||
"# Place a point light in front of the object. As mentioned above, the front of the cow is facing the \n",
|
||||
|
||||
Reference in New Issue
Block a user