8000 Hard code to mannually make sigma to 0 · Issue #57 · autonomousvision/giraffe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Hard code to mannually make sigma to 0 #57
Open
@xiaobiaodu

Description

@xiaobiaodu

Hi

I saw a piece of code in generator.py to set the sigma to 0. I am very confused as to why you set it like this. What benefits would it bring?

                padd = 0.1
                mask_box = torch.all(
                    p_i <= 1. + padd, dim=-1) & torch.all(
                        p_i >= -1. - padd, dim=-1)
                sigma_i[mask_box == 0] = 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0