Skip to content

where can we download the weights of MIMR reward? #7

Description

@JoshonSmith
  1. where can we download the weights of MIMR reward?
# detect fact to get bbox
self.det_net = init_detection_model('retinaface_resnet50', half=False, device=device, model_rootpath='models/pulid/facexlib').requires_grad_(False).to(device, dtype=weight_dtype)
# get face emb
self.arcface_model = get_arcface_model(model_name='r50', pretrained_path='models/pulid/glint_cosface_res50.pth').to(device, dtype=weight_dtype)
  1. How can we use MIMR class if we have two or more reference human images?
def score_grad(self, image: torch.Tensor, image_gt: torch.Tensor, **kwargs):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions