Skip to content

why divide intensity by 500 in data.py? #30

@jxl0131

Description

@jxl0131

Hi!
I found intensity term is difficult to convergence during trainning, is it a common phenomenon Or my own problem?
What's more, i found you divide intensity by 500 in data.py before trainning, why do this?

training_pair['intensity'] = torch.from_numpy(np.array(gt['intensity'])).float() * alpha / 500

Best wishes!

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