↓ 5 callersMethodrender(self,
vertices: torch.Tensor, #V,3 float
normals: torch.Tensor, #V,3 float in [-1,
mesh_reconstruction/render.py:37
↓ 4 callersFunctioncalc_edges returns Tuple of - edges E,2 long, 0 for unused, lower vertex index first - face_to_edge F,3 long - (optional) edge_to_face shape=E,[
mesh_reconstruction/remesh.py:25
↓ 3 callersMethod__init__(
self,
chained_proc,
enabled=False,
name=None,
mode='extract',
custum_3d_diffusion/custum_modules/attention_processors.py:21
↓ 3 callersFunctioncalc_vertex_normals(
vertices:torch.Tensor, #V,3 first vertex may be unreferenced
faces:torch.Tensor, #F,3 long,
mesh_reconstruction/remesh.py:93
↓ 3 callersFunctionmake_star_cameras_orthographic(az_count,pol_count,distance:float=10.,r=None,image_size=[512,512],device='cuda')
mesh_reconstruction/func.py:108
↓ 2 callersFunctioncalc_edge_length(
vertices:torch.Tensor, #V,3 first may be dummy
edges:torch.Tensor, #E,2 long, lower vertex i
mesh_reconstruction/remesh.py:65
↓ 2 callersFunctiongeo_reconstruct(rgb_pils, normal_pils, front_pil, do_refine=False, predict_normal=True, expansion_weight=0.1, init_type="std"
scripts/multiview_inference.py:63
↓ 2 callersFunctionreconstruct_stage1(pils: List[Image.Image], steps=100, vertices=None, faces=None, start_edge_len=0.15, end_edge_len=0.005, decay
mesh_reconstruction/recon.py:12
↓ 1 callersFunction_orthographic(r, device, l=None, t=None, b=None, n=1.0, f=50.0, flip_y=True)
mesh_reconstruction/func.py:63
↓ 1 callersFunctioncalc_face_collapses(
vertices:torch.Tensor, #V,3 first unused
faces:torch.Tensor, #F,3 long, 0 for unused
mesh_reconstruction/remesh.py:246
↓ 1 callersMethodencode_latents(self, image: Image.Image, device, dtype, height, width)
custum_3d_diffusion/custum_pipeline/unifield_pipeline_img2mvimg.py:65
↓ 1 callersMethodencode_latents(self, image, device, dtype, height, width)
custum_3d_diffusion/custum_pipeline/unifield_pipeline_img2img.py:62
↓ 1 callersFunctionflip_edges(
vertices:torch.Tensor, #V,3 first unused
faces:torch.Tensor, #F,3 long, first must be 0, 0 f
mesh_reconstruction/remesh.py:291