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

How to reproduce the results in your paper? #8

Closed
z-x-yang opened this issue Aug 29, 2020 · 2 comments
Closed

How to reproduce the results in your paper? #8

z-x-yang opened this issue Aug 29, 2020 · 2 comments

Comments

@z-x-yang
Copy link

I want to reproduce your paper's results, but it seems like you changed some settings (such as Scale jitter) in this repository.

May I ask for the code with the original setting in your paper? Or how to modify this repository to reach that?

Thanks in advance!

@tztztztztz
Copy link
Owner

tztztztztz commented Sep 24, 2020

Sorry, the origin code is based on a internal codebase, which is confidential.

If you want to match the origin setting in this repo, here are some modifications to make:

  1. single scale training
    INPUT:
    MIN_SIZE_TRAIN: (800, )

  2. 2000 training proposals
    RPN:
    POST_NMS_TOPK_TRAIN: 2000

  3. class agnostic mask head
    ROI_MASK_HEAD:
    CLS_AGNOSTIC_MASK = True

  4. Use smooth L1 loss instead of L1
    RPN:
    SMOOTH_L1_BETA = 1.0 / 9.0
    ROI_BOX_HEAD:
    SMOOTH_L1_BETA = 1.0

@z-x-yang
Copy link
Author

THX!

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

2 participants