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

TTA (multi-scale,flip) 적용하기 #6

Open
SeongSuKim95 opened this issue Dec 23, 2022 · 0 comments
Open

TTA (multi-scale,flip) 적용하기 #6

SeongSuKim95 opened this issue Dec 23, 2022 · 0 comments

Comments

@SeongSuKim95
Copy link
Contributor

tools/test.py의 parser 인자 중 --aug-test가 있어요.
코드에서 동작하는 부분을 보면, args.aug_test = True 일 때 test pipeline에서 이미지 크기를 다양하게 넣어주고, flip해주는 것을 알 수 있습니다.

    if args.aug_test:
        # hard code index
        cfg.data.test.pipeline[1].img_ratios = [
            0.5, 0.75, 1.0, 1.25, 1.5, 1.75
        ]
        cfg.data.test.pipeline[1].flip = True

TTA를 할때와 안할때의 LB를 비교해봅시다!

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