|
|
|
|
|
|
|
|
|
\documentclass[10pt,twocolumn,letterpaper]{article} |
|
|
|
|
|
|
|
\usepackage{cvpr} |
|
|
|
|
|
\usepackage[accsupp]{axessibility} |
|
|
|
|
|
\usepackage[normalem]{ulem} |
|
\usepackage{graphicx} |
|
\usepackage{amsmath} |
|
\usepackage{amssymb} |
|
\usepackage{booktabs} |
|
\usepackage{xcolor} |
|
\usepackage{comment} |
|
\usepackage{enumitem} |
|
\newcommand{\todo}[1]{{\color{red}#1}} |
|
|
|
\newcommand{\benchmark}{WireSegHR} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\usepackage[pagebackref,breaklinks,colorlinks]{hyperref} |
|
|
|
|
|
|
|
\usepackage[capitalize]{cleveref} |
|
\crefname{section}{Sec.}{Secs.} |
|
\Crefname{section}{Section}{Sections} |
|
\Crefname{table}{Table}{Tables} |
|
\crefname{table}{Tab.}{Tabs.} |
|
|
|
|
|
|
|
\def\cvprPaperID{699} |
|
\def\confName{CVPR} |
|
\def\confYear{2023} |
|
|
|
\begin{document} |
|
|
|
|
|
|
|
|
|
|
|
|
|
\title{Automatic High Resolution Wire Segmentation and Removal} |
|
|
|
\author{Mang Tik Chiu$^{1,2}$, Xuaner Zhang$^2$, Zijun Wei$^{2}$, Yuqian Zhou$^2$, Eli Shechtman$^2$, \\Connelly Barnes$^{2}$, Zhe Lin$^2$, Florian Kainz$^2$, Sohrab Amirghodsi$^2$, Humphrey Shi$^{1,3}$ |
|
\\ |
|
{\small $^1$UIUC, $^2$Adobe, $^3$University of Oregon}\\ |
|
{\small \textbf{\url{https://github.com/adobe-research/auto-wire-removal}}}} |
|
|
|
\twocolumn[{ |
|
\renewcommand\twocolumn[1][]{#1} |
|
\maketitle |
|
\begin{center} |
|
\centering |
|
\captionsetup{type=figure} |
|
\includegraphics[width=\textwidth]{figures/teaser2.pdf} |
|
\captionof{figure}{We present an automatic high-resolution wire segmentation and removal pipeline. Each triad shows the high-resolution input image, our automatic wire segmentation result masked in red, and our full-resolution wire removal result. The visual quality of these photographs is greatly improved with our fully-automated wire clean-up system.} |
|
\label{fig:demo} |
|
\end{center} |
|
}] |
|
|
|
|
|
|
|
|
|
|
|
|
|
\input{sections/abstract} |
|
|
|
|
|
\input{sections/introduction} |
|
\input{sections/related_work} |
|
\input{sections/dataset} |
|
\input{sections/method_yq} |
|
\input{sections/results} |
|
\input{sections/discussion} |
|
\input{sections/conclusion} |
|
|
|
|
|
{\small |
|
\bibliographystyle{ieee_fullname} |
|
\bibliography{egbib} |
|
} |
|
|
|
\end{document} |
|
|