↓ 9 callersFunction_resnet(
arch: str,
block: Type[Union[BasicBlock, Bottleneck]],
layers: List[int],
pretrained: bool,
third_part/Deep3DFaceRecon_pytorch/models/networks.py:378
↓ 9 callersMethoddecode(self, codedict, rendering=True, iddict=None, vis_lmk=True, return_vis=True, use_detail=True,
third_part/decalib/deca.py:160
↓ 5 callersFunction_iresnet(arch, block, layers, pretrained, progress, **kwargs)
third_part/Deep3DFaceRecon_pytorch/models/arcface_torch/backbones/iresnet.py:157
↓ 5 callersMethodworld2uv warp vertices from world space to uv space vertices: [bz, V, 3] uv_vertices: [bz, 3, h, w]
third_part/decalib/utils/renderer.py:442
↓ 4 callersMethod_make_layer(self, block: Type[Union[BasicBlock, Bottleneck]], planes: int, blocks: int,
stride: int =
third_part/Deep3DFaceRecon_pytorch/models/networks.py:331
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilate=False)
third_part/Deep3DFaceRecon_pytorch/models/arcface_torch/backbones/iresnet.py:114
↓ 4 callersMethod_make_layer(self, block, planes, blocks, stride=1, dilate=False)
third_part/Deep3DFaceRecon_pytorch/models/arcface_torch/backbones/iresnet2060.py:119
↓ 3 callersMethodrun image: 0-255, uint8, rgb, [h, w, 3] return: detected box list
third_part/decalib/datasets/detectors.py:24