Commit 5b8a9b34 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

clarify GM.bg_color

Summary: This field is specific to one purpose.

Reviewed By: patricklabatut

Differential Revision: D38424891

fbshipit-source-id: e017304497012430c30e436da7052b9ad6fc7614
parent 02c0254f
...@@ -147,7 +147,9 @@ class GenericModel(ImplicitronModelBase): # pyre-ignore: 13 ...@@ -147,7 +147,9 @@ class GenericModel(ImplicitronModelBase): # pyre-ignore: 13
thresholded by this value before being applied to the RGB/Depth images thresholded by this value before being applied to the RGB/Depth images
output_rasterized_mc: If True, visualize the Monte-Carlo pixel renders by output_rasterized_mc: If True, visualize the Monte-Carlo pixel renders by
splatting onto an image grid. Default: False. splatting onto an image grid. Default: False.
bg_color: RGB values for the background color. Default (0.0, 0.0, 0.0) bg_color: RGB values for setting the background color of input image
if mask_images=True. Defaults to (0.0, 0.0, 0.0). Each renderer has its own
way to determine the background color of its output, unrelated to this.
num_passes: The specified implicit_function is initialized num_passes num_passes: The specified implicit_function is initialized num_passes
times and run sequentially. times and run sequentially.
chunk_size_grid: The total number of points which can be rendered chunk_size_grid: The total number of points which can be rendered
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment