Skip to content

Conversation

sungchul2
Copy link

Description

When fine-tuning seg-preview model, num_select seems to be set to 200, but it is set to 300 like other detection models.
It is due to that this parameter isn't set in SegmentationTrainConfig, so it isn't updated correctly.
With this fix, num_select is correctly updated to 200.

before after
Namespace(..., num_select=300, ...) Namespace(..., num_select=200, ...)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

As adding num_select parameter in SegmentationTrainConfig, the argument in Namespace is correctly updated like above.

Any specific deployment considerations

NA

Docs

  • Docs updated? What were the changes:

@CLAassistant
Copy link

CLAassistant commented Oct 8, 2025

CLA assistant check
All committers have signed the CLA.

@sungchul2
Copy link
Author

I have read the CLA Document and I sign the CLA.

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

Successfully merging this pull request may close these issues.

2 participants