Skip to content

Why thresholding? #3

Description

@josedvq

Hi, thanks for the cool implementation. I am just wondering what the idea is of this line:

fisher_vectors[fisher_vectors < 10**-4] = 0

I see in the paper "Image Classification with the Fisher Vector: Theory and Practice" that they say they use a threshold (with the same value) but on the likelihood ratio, not on the final fisher vector, and I can't see a reason to threshold it like that. Thanks for your time!

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