MCPcopy Create free account
hub / github.com/DavidBoja/SMPL-Fitting / set_init_plot

Function set_init_plot

visualization.py:20–73  ·  view source on GitHub ↗

Plot the initial plotly figure for the optimization. Plotting the input scan as point cloud and the initial body model template as point cloud. :param input_scan: (torch.tensor) of dim (N,3) :param initial_body_model: (torch.tensor) of dim (M,3) :param title: (str) title of

(input_scan: torch.tensor,
                  initial_body_model: torch.tensor,
                  title: str = "Optimization", 
                  subsample_input_scan_verts: int = 100)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

fit_body_modelFunction · 0.90
fit_body_modelFunction · 0.90
fit_verticesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected