Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Reimplementation] #2

Open
3 tasks done
luoh226 opened this issue Sep 3, 2023 · 0 comments
Open
3 tasks done

[Reimplementation] #2

luoh226 opened this issue Sep 3, 2023 · 0 comments

Comments

@luoh226
Copy link

luoh226 commented Sep 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant