Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

some minor mistakes of the code. #5

@Hzzone

Description

@Hzzone
  1. Image Normalization according to imagenet_mean.binaryproto.
  2. Age Estimation computing mistake.
    Your code:
def expected_age(vector):
    res = [(i+1)*v for i, v in enumerate(vector)]
    return sum(res)

but in the paper:

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