We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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를 비교해봅시다!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tools/test.py의 parser 인자 중 --aug-test가 있어요.
코드에서 동작하는 부분을 보면, args.aug_test = True 일 때 test pipeline에서 이미지 크기를 다양하게 넣어주고, flip해주는 것을 알 수 있습니다.
TTA를 할때와 안할때의 LB를 비교해봅시다!
The text was updated successfully, but these errors were encountered: