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

What is C.TRAIN.SCALES in /lib/model/utils/config.py?? #906

Open
markllmark97 opened this issue Feb 25, 2023 · 0 comments
Open

What is C.TRAIN.SCALES in /lib/model/utils/config.py?? #906

markllmark97 opened this issue Feb 25, 2023 · 0 comments

Comments

@markllmark97
Copy link

markllmark97 commented Feb 25, 2023

Scale to use during training (can list multiple scales)
The scale is the pixel size of an image's shortest side
__C.TRAIN.SCALES = (800,)

Max pixel size of the longest side of a scaled input image
__C.TRAIN.MAX_SIZE = 1000

Trim size for input images to create minibatch
__C.TRAIN.TRIM_HEIGHT = 800
__C.TRAIN.TRIM_WIDTH = 800

I can't understand __C.TRAIN.SCALES mean.

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