StarGAN 모델을 이용해 의류에 패턴을 합성하는 프로젝트를 진행하고 있다. 그래서 StarGAN에서의 기본 데이터셋인 사람 얼굴에 관련된 CelebA나 RaFD가 아닌, 의류에 관련된 커스텀 데이터셋을 사용하여 train 및 test하려고 한다. !apt-get install -y -qq software-properties-common python-software-properties module-init-tools !add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null !apt-get update -qq 2>&1 > /dev/null !apt-get -y install -qq google-drive-ocamlfuse fuse from go..
github.com/yunjey/stargan/issues/46 를 참고하였다. 구글 Colaboratory에서 진행한다. GPU는 필요 없다. !apt-get install -y -qq software-properties-common python-software-properties module-init-tools !add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null !apt-get update -qq 2>&1 > /dev/null !apt-get -y install -qq google-drive-ocamlfuse fuse from google.colab import auth auth.authenticate_user() from oauth2..
DeepFashion2 dataset을 다운로드하는데 오류 때문에 헤매서 누군가에게 도움이 될까 해서 적어본다. DeepFashion2 Github -> https://github.com/switchablenorms/DeepFashion2 switchablenorms/DeepFashion2 DeepFashion2 Dataset https://arxiv.org/pdf/1901.07973.pdf - switchablenorms/DeepFashion2 github.com DeepFashion2 dataset 공유 구글 드라이브 -> https://drive.google.com/drive/folders/125F48fsMBz2EF0Cpqk6aaHet5VH399Ok 위 주소로 들어가면 아래와 같이 뜬다. 여기서 t..