Skip to content

[Reimplementation]  #2

@luoh226

Description

@luoh226

Prerequisite

💬 Describe the reimplementation questions

Thanks for your preferct work. I have some confuse when reimplemented your work.

  1. Why img_norm_cfg in config file "phase1_depth.py" different to "phase2_good.py" and "oln_box.py"
# phase1_depth.py
img_norm_cfg = dict(
    mean=[101.5219, 159.6869,  97.8256], std=[53.7791, 52.5693, 34.5755], to_rgb=False)
# phase2_good.py and oln_box.py
img_norm_cfg = dict(
    mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True)

How to obtain the regularization parameters dict(mean=[101.5219, 159.6869, 97.8256], std=[53.7791, 52.5693, 34.5755], to_rgb=False) in "phase1_depth.py"?

  1. The starting lr in paper is 0.01 but in config file is 0.02, which one should I choose?

Environment

The same to your work.

Expected results

No response

Additional information

No response

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