-
(VITON)VITON-GAN: Virtual Try-on Image Generator Trained with Adversarial Loss Translation
CV Paper 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 wear the cl... Read More
-
DeepFashion dataset sign example
Read More
-
(VITON)VITON: An Image-based Virtual Try-on Network Translation
CV Paper 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 image-based ... 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
-
Install PyTorch 0.4.0 on Nvidia-Docker
conda create --name torch040 -y python=3.6 pytorch=0.4.0 torchvision cuda90 cudatoolkit=9.0 tensorboardX -c pytorch conda activate torch040 Read More
-
Docker --shm-size
RuntimeError: DataLoader worker (pid 13881) is killed by signal: Bus error docker run -i -t --gpus all --shm-size=32gb --name torch040 ubuntu:18.04 Read More
-
Nvidia-Docker Error
When 실수로 nvidia-docker를 삭제하게 되었고 재설치하는 과정에서 apt-get update가 되지 않게 되었다. maizer@maizerworkstation:~$ sudo apt-get update E: Conflicting values set for option Signed-By regarding source https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64/ /: /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg != E: The list of sources could... Read More