8000 torch.log(torch.sqrt(h * w) / 224.0) in fpn.py · Issue #49 · jwyang/fpn.pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
torch.log(torch.sqrt(h * w) / 224.0) in fpn.py #49
Open
@fafancier

Description

@fafancier

Hi, Thanks for sharing.
I found a line in fpn.py.
"roi_level = torch.log(torch.sqrt(h * w) / 224.0)"

roi_level = torch.log(torch.sqrt(h * w) / 224.0)

It seems torch.log is based on the e rather than 2 in the paper. Is that true?

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

      0