Skip to content

Wrong parameter name when using iresnet_insightface models #41

@SebastianEngelhardt

Description

@SebastianEngelhardt

Thank you for this modern toolchain for face recogntion training.

There is a small issue in the usage of the insightface models here:

For the resnet100 the output_dim config entry is missing, for 18 and 50 the parameter has a wrong name. It doesn't expect output_dim=config.output_dim but num_features=config.output_dim. The input_size parameter is not supported by the model at all (but would be helpful).

Also Resnet200 is missing, but that's not really a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions