-
(Gitblog)Latex change line
오른쪽 끝에 숫자 매겨짐 입력 $$ \begin{align} &a=1+2+3 \\ &b=1+2+3 \\ \end{align} $$ 출력 \[\begin{align} &a=1+2+3 \\ &b=1+2+3 \\ \end{align}\] 숫자 없음 $$ \begin{align*} &a=1+2+3 \\ &b=1+2+3 \\ \end{align*} $$ \[\begin{align*} &a=1+2+3 \\ &b=1+2+3 \\ \end{align*}\] Read More
-
(VITON)Towards Scalable Unpaired Virtual Try-On via Patch-Routed Spatially-Adaptive GAN
VITON Literature List \(\begin{align*}&\mathbf{Towards\;Scalable\;Unpaired\;Virtual\;Try-On\;via\;Patch-Routed\;Spatially-Adaptive\;GAN}\end{align*}\) \(\begin{align*}&\mathbf{Zhenyu\;Xie,\;Zaiyu\;Huang,\;Fuwei\;Zhao,\;Haoye Dong Michael\;Kampffmeyer,\;Xiaodan\;Liang}\\&\mathbf{Shenzhen\;Campus\;of\;Sun\;Yat-Sen\;University}\\&... Read More
-
(VITON)VITON-GAN: Virtual Try-on Image Generator Trained with Adversarial Loss Translation
VITON Literature List \(\mathbf{VITON-GAN:Virtual\;Try-on\;Image\;Generator\;Trained\;with\;Adversarial\;Loss}\) \(\mathbf{Shion\;Honda}\) \(\mathbf{The\;University\;of\;Tokyo}\) \(\mathbf{The\;International\;Research\;Center\;for\;Neurointelligence}\) Figure 1: Samples from generated images. The models in the left column virtually wea... Read More
-
VITON Literature Review
PapersWithCode VITON Year Thesis Translation Analysis 2017 VITON: An Image-based Virtual Try-on Network Link Null 2018 Toward Characteristic-Preserving Image-based Virtual Try-On Network Link Null 2019 VITON-GAN: Virt... Read More
-
DeepFashion dataset sign example
Read More
-
(VITON)VITON: An Image-based Virtual Try-on Network Translation
VITON Literature List \(\mathbf{VITON:\;An\;Image-based\;Virtual\;Try-on\;Network}\) \(\mathbf{Bochao\;Wang,\;Huabin\;Zheng,\;Xiaodan\;Liang,\;Yimin\;Chen,\;Liang}\) \(\mathbf{Xintong Han,\;Zuxuan\;Wu,\;Zhe\;Wu,\;Ruichi\;Yu,\;Larry\;S.\;Davis}\) \(\mathbf{University\;of\;Maryland,\;College\;Park}\) $\mathbf{Abstract}$ We present an imag... Read More
-
Docker apt-get list
apt-get update && apt-get -y upgrade && apt-get install -y wget git vim build-essential net-tools wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh sh Miniconda3-latest-Linux-x86_64.sh rm Miniconda3-latest-Linux-x86_64.sh source ~/.bashrc Read More