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
github : https://github.com/Kaiseem/QueryOTR
QueryOTR = Query Outpainting TRansformer
CNN은 long range capture를 하지 못해서 outpainting에 적합하지 않다. -> ViT
image outpainting task를 patch-wise seq2seq autoregression로 정의
hybrid ViT-based encoder-decoder framework (MAE based Generator)
objective
pretrianed encoder를 사용하지 않아도 성능 차이는 그리 크지 않지만, 수렴 속도에 차이가 있다고 함
x1, x2, x3는 한번에 생성하는 것이 아니라 반복적으로 수행한다.
위 버전은 QueryOTR 방식을 따라 다른 모델들의 성능을 평가한 것이다. 즉, outpainting의 본질인 외곽 영역에 대한 생성 퀄리티 측면에서 QueryOTR이 준수한 성능을 보인다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
github : https://github.com/Kaiseem/QueryOTR
QueryOTR = Query Outpainting TRansformer
CNN은 long range capture를 하지 못해서 outpainting에 적합하지 않다. -> ViT
image outpainting task를 patch-wise seq2seq autoregression로 정의
hybrid ViT-based encoder-decoder framework (MAE based Generator)
objective
pretrianed encoder를 사용하지 않아도 성능 차이는 그리 크지 않지만, 수렴 속도에 차이가 있다고 함
x1, x2, x3는 한번에 생성하는 것이 아니라 반복적으로 수행한다.
위 버전은 QueryOTR 방식을 따라 다른 모델들의 성능을 평가한 것이다.
즉, outpainting의 본질인 외곽 영역에 대한 생성 퀄리티 측면에서 QueryOTR이 준수한 성능을 보인다.
The text was updated successfully, but these errors were encountered: